From 1fed517a17fd66940e4ec5d455a91485bee22a67 Mon Sep 17 00:00:00 2001 From: Ansh Date: Thu, 4 Jan 2024 00:15:56 +0530 Subject: Add Portuguese Localization (#2407) * Create messages. * Update helpers.test.ts * Update helpers.ts * Update i18n.ts * Update i18n.web.ts * Update languages.ts * Update i18n.ts * Update lingui.config.js * Correct file name and remove unused variables! * Update Language-Team * Update Bump ios build * Fix for Stop the user from posting before the link card finishes loading #2328 * Update based in model en * Update last version lang * Update messages.po tsx:160 and tsx:143 * Bump ios build number and android version code * adjustment * adjustment 100% * Update Date * Update Day for Merge * Update Name Maison for Maison da Silva * fix order of case * fix lint * add tag for BR portugese * add tag for BR * update `pt` to `pt-BR` --------- Co-authored-by: Maison da Silva --- lingui.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lingui.config.js') diff --git a/lingui.config.js b/lingui.config.js index ebf1ca08a..6be3922ef 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -1,6 +1,6 @@ /** @type {import('@lingui/conf').LinguiConfig} */ module.exports = { - locales: ['en', 'hi', 'ja', 'fr', 'de', 'es', 'ko', 'es'], + locales: ['en', 'hi', 'ja', 'fr', 'de', 'es', 'ko', 'es', 'pt-BR'], catalogs: [ { path: '/src/locale/locales/{locale}/messages', -- cgit 1.4.1