Skip to content

Commit 8825614

Browse files
authored
fix(locales): update translation paths for portuguese
1 parent ff51e81 commit 8825614

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/browser/utils.browser.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ import S from '../locales/es-ES/text.json';
2121
import ST from '../locales/et-EE/text.json';
2222
import SV from '../locales/sl-SI/text.json';
2323
import SW from '../locales/sw-KE/text.json';
24-
import T from '../locales/pt-BR/text.json';
24+
import T from '../locales/pt-POR/text.json';
2525
import TG from '../locales/tl-PH/text.json';
2626
import TK from '../locales/tr-TR/text.json';
2727
import TND from '../locales/mg-TND/text.json';
2828
import TNK from '../locales/mg-TNK/text.json';
29-
import TPO from '../locales/pt-PT/text.json';
29+
import TPO from '../locales/pt-TPO/text.json';
3030
import TTM from '../locales/mg-TTM/text.json';
3131
import TW from '../locales/tw-TW/text.json';
3232
import U from '../locales/ru-RU/text.json';

src/node/utils.node.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ import S from '../locales/es-ES/text.json' assert { type: 'json' };
2222
import ST from '../locales/et-EE/text.json' assert { type: 'json' };
2323
import SV from '../locales/sl-SI/text.json' assert { type: 'json' };
2424
import SW from '../locales/sw-KE/text.json' assert { type: 'json' };
25-
import T from '../locales/pt-BR/text.json' assert { type: 'json' };
25+
import T from '../locales/pt-POR/text.json' assert { type: 'json' };
2626
import TG from '../locales/tl-PH/text.json' assert { type: 'json' };
2727
import TK from '../locales/tr-TR/text.json' assert { type: 'json' };
2828
import TND from '../locales/mg-TND/text.json' assert { type: 'json' };
2929
import TNK from '../locales/mg-TNK/text.json' assert { type: 'json' };
30-
import TPO from '../locales/pt-PT/text.json' assert { type: 'json' };
30+
import TPO from '../locales/pt-TPO/text.json' assert { type: 'json' };
3131
import TTM from '../locales/mg-TTM/text.json' assert { type: 'json' };
3232
import TW from '../locales/tw-TW/text.json' assert { type: 'json' };
3333
import U from '../locales/ru-RU/text.json' assert { type: 'json' };

0 commit comments

Comments
 (0)