Skip to content

Commit

Permalink
Pull request #891: fix:AG-8281 detect turkish locale
Browse files Browse the repository at this point in the history
Merge in EXTENSIONS/browser-extension from fix/AG-8281 to feature/AG-2737

* commit 'e7b3d28c832708c03336dacc54afec5e8e1f2d66':
  fix:AG-8281 detect turkish locale
  • Loading branch information
Mizzick committed Jun 2, 2021
2 parents 78a37c5 + e7b3d28 commit 1f84d11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Extension/src/background/filter/services/locale-detect.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const localeDetect = (function () {
'au': 'en',
'uk': 'en',
'nz': 'en',
// Deutch
// German
'de': 'de',
'at': 'de',
// Japanese
Expand Down Expand Up @@ -96,6 +96,8 @@ export const localeDetect = (function () {
'cn': 'zh',
// Indonesian
'id': 'id',
// Turkish
'tr': 'tr',
};

/**
Expand Down

0 comments on commit 1f84d11

Please sign in to comment.