Added support for French, Chinese (Mandarin, simplified), and Norweigan. Updated German and Spanish translations

- Updated README to reflect new official translator
- XLIFFs to come later
This commit is contained in:
Isaac Abadi
2020-10-02 03:05:18 -04:00
parent 44445f0b67
commit 8366089444
8 changed files with 780 additions and 30 deletions

View File

@@ -190,7 +190,7 @@ export const isoLangs = {
},
'fr': {
'name': 'French',
'nativeName': 'français, langue française'
'nativeName': 'français'
},
'ff': {
'name': 'Fula; Fulah; Pulaar; Pular',

View File

@@ -17,7 +17,7 @@ import { ConfirmDialogComponent } from 'app/dialogs/confirm-dialog/confirm-dialo
})
export class SettingsComponent implements OnInit {
all_locales = isoLangs;
supported_locales = ['en', 'es', 'de'];
supported_locales = ['en', 'es', 'de', 'fr', 'zh', 'nb'];
initialLocale = localStorage.getItem('locale');
initial_config = null;