From 5cf1ceb6043e8c409344740ad8984c4efc377fe3 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Sat, 15 Feb 2020 13:46:37 -0600 Subject: [PATCH] Mark that Galician is now a manually audited language --- app/src/intl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/intl.ts b/app/src/intl.ts index 3ca4e2a23..df2fe0026 100644 --- a/app/src/intl.ts +++ b/app/src/intl.ts @@ -27,7 +27,7 @@ const RTL_LANGS = [ // For now, we only default to a localized version of Mailspring if the translations // have been manually reviewed by a contributor. We have Google translations in /tons/ // of languages but in many languages the translations are poor. -const VERIFIED_LANGS = ['en', 'de', 'es', 'fr', 'ko', 'pl', 'ja', 'zh-TW', 'pt-BR']; +const VERIFIED_LANGS = ['en', 'de', 'es', 'fr', 'ko', 'pl', 'ja', 'zh-TW', 'pt-BR', 'gl']; const LANG_NAMES = { af: 'Afrikaans',