mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 16:25:52 +08:00
Mark that Galician is now a manually audited language
This commit is contained in:
parent
d5b068a865
commit
5cf1ceb604
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const RTL_LANGS = [
|
||||||
// For now, we only default to a localized version of Mailspring if the translations
|
// 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/
|
// have been manually reviewed by a contributor. We have Google translations in /tons/
|
||||||
// of languages but in many languages the translations are poor.
|
// 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 = {
|
const LANG_NAMES = {
|
||||||
af: 'Afrikaans',
|
af: 'Afrikaans',
|
||||||
|
|
Loading…
Reference in a new issue