Added translations for Catalan, Czech, Indonesian, Portuguese, and Russian

Updated translations for German and French, and updated source translation files
This commit is contained in:
Isaac Abadi
2021-07-21 23:47:57 -06:00
parent 05909877f4
commit a1841e84ca
17 changed files with 17912 additions and 559 deletions

View File

@@ -20,7 +20,7 @@ import { EditCategoryDialogComponent } from 'app/dialogs/edit-category-dialog/ed
})
export class SettingsComponent implements OnInit {
all_locales = isoLangs;
supported_locales = ['en', 'es', 'de', 'fr', 'nl', 'zh', 'nb', 'it', 'en-GB'];
supported_locales = ['en', 'es', 'de', 'fr', 'nl', 'pt', 'it', 'ca', 'cs', 'nb', 'ru', 'zh', 'id', 'en-GB'];
initialLocale = localStorage.getItem('locale');
initial_config = null;