aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/languages.ts
Commit message (Collapse)AuthorAge
* refactor: various improvements (#1296)Libravatar MCMXC2023-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | * refactor: various improvements - enable no-use-before-define eslint rule - shuffle code to conform to no-use-before-define eslint rule - remove btoa dependency which is deprecated and replace with Buffer.from(string).toString('base64') - convert some any types into useful ones - add type annotations where possible - remove unused @types/expect.js - install @types/semver and ts-node which were missing - repair and rewrite add-crowdin-contributors script - remove export keyword from variables which are never consumed in another file - remove unity indicator hack where linked issue was closed - remove module declaration for kebab-case which is unused - add missing state interface for certain components - remove default exports for files which already have a named export - export IRecipePreview so it can be used throughout codebase - remove unused removeCacheForCallWith method from CachedRequest.ts - cleanup unused colors and styles inside legacy theme * - improve ColorPickerInput - fix invalid DOM nesting with div inside p in EditSettingsForm - fix progressbarAccentColor color picker not updating input when using slider - install missing @types/react-color dependency
* Add note on where to find the ISO 639-2 language names [skip ci]Libravatar Vijay A2023-03-03
|
* Fix #844: Correct language name to code mapping for dropdownLibravatar Vijay A2022-12-16
|
* Add missing languages into the configurations to show in the settings screen ↵Libravatar Vijay Aravamudhan2022-11-23
| | | | (#792)
* feat: added Latvian to the lists of supported languages (#585)Libravatar Nathanaël Houn2022-08-29
|
* feat: translations with CrowdinLibravatar Vijay Aravamudhan2022-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations en-US.json (Persian) * New translations en-US.json (Croatian) * New translations en-US.json (Hindi) * New translations en-US.json (Flemish) * New translations en-US.json (Bosnian) * New translations en-US.json (Portuguese) * New translations en-US.json (Norwegian) * New translations en-US.json (French) * New translations en-US.json (German) * New translations en-US.json (Spanish) * New translations en-US.json (Afrikaans) * New translations en-US.json (Arabic) * New translations en-US.json (Belarusian) * New translations en-US.json (Catalan) * New translations en-US.json (Czech) * New translations en-US.json (Danish) * New translations en-US.json (Greek) * New translations en-US.json (Dutch) * New translations en-US.json (Finnish) * New translations en-US.json (Irish) * New translations en-US.json (Hebrew) * New translations en-US.json (Hungarian) * New translations en-US.json (Italian) * New translations en-US.json (Japanese) * New translations en-US.json (Georgian) * New translations en-US.json (Korean) * New translations en-US.json (Sinhala) * New translations en-US.json (Romanian) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Russian) * New translations en-US.json (Slovak) * New translations en-US.json (Serbian (Cyrillic)) * New translations en-US.json (Swedish) * New translations en-US.json (Turkish) * New translations en-US.json (Ukrainian) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Vietnamese) * New translations en-US.json (Polish) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Indonesian) * New translations en-US.json (Persian) * New translations en-US.json (Croatian) * New translations en-US.json (Hindi) * New translations en-US.json (Flemish) * New translations en-US.json (Bosnian) * New translations en-US.json (Portuguese) * New translations en-US.json (Norwegian) * New translations en-US.json (French) * New translations en-US.json (German) * New translations en-US.json (Spanish) * New translations en-US.json (Afrikaans) * New translations en-US.json (Arabic) * New translations en-US.json (Belarusian) * New translations en-US.json (Catalan) * New translations en-US.json (Czech) * New translations en-US.json (Danish) * New translations en-US.json (Greek) * New translations en-US.json (Dutch) * New translations en-US.json (Finnish) * New translations en-US.json (Irish) * New translations en-US.json (Hebrew) * New translations en-US.json (Hungarian) * New translations en-US.json (Italian) * New translations en-US.json (Japanese) * New translations en-US.json (Georgian) * New translations en-US.json (Korean) * New translations en-US.json (Sinhala) * New translations en-US.json (German) * New translations en-US.json (Romanian) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Russian) * New translations en-US.json (Slovak) * New translations en-US.json (Serbian (Cyrillic)) * New translations en-US.json (Swedish) * New translations en-US.json (Turkish) * New translations en-US.json (Ukrainian) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Vietnamese) * New translations en-US.json (Polish) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Indonesian) * New translations en-US.json (Persian) * New translations en-US.json (Croatian) * New translations en-US.json (Hindi) * New translations en-US.json (Flemish) * New translations en-US.json (Bosnian) * New translations en-US.json (Portuguese) * New translations en-US.json (Norwegian) * New translations en-US.json (French) * New translations en-US.json (German) * New translations en-US.json (Spanish) * New translations en-US.json (Afrikaans) * New translations en-US.json (Arabic) * New translations en-US.json (Belarusian) * New translations en-US.json (Catalan) * New translations en-US.json (Czech) * New translations en-US.json (Danish) * New translations en-US.json (Greek) * New translations en-US.json (Dutch) * New translations en-US.json (Finnish) * New translations en-US.json (Irish) * New translations en-US.json (Hebrew) * New translations en-US.json (Hungarian) * New translations en-US.json (Italian) * New translations en-US.json (Japanese) * New translations en-US.json (Georgian) * New translations en-US.json (Korean) * New translations en-US.json (Sinhala) * New translations en-US.json (Romanian) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Russian) * New translations en-US.json (Slovak) * New translations en-US.json (Serbian (Cyrillic)) * New translations en-US.json (Swedish) * New translations en-US.json (Turkish) * New translations en-US.json (Ukrainian) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Vietnamese) * New translations en-US.json (Polish) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Indonesian) * New translations en-US.json (Persian) * New translations en-US.json (Croatian) * New translations en-US.json (Hindi) * New translations en-US.json (Flemish) * New translations en-US.json (Bosnian) * New translations en-US.json (Portuguese) * New translations en-US.json (Norwegian) * New translations en-US.json (French) * New translations en-US.json (German) * New translations en-US.json (Spanish) * New translations en-US.json (Afrikaans) * New translations en-US.json (Arabic) * New translations en-US.json (Belarusian) * New translations en-US.json (Catalan) * New translations en-US.json (Czech) * New translations en-US.json (Danish) * New translations en-US.json (Greek) * New translations en-US.json (Dutch) * New translations en-US.json (Finnish) * New translations en-US.json (Irish) * New translations en-US.json (Hebrew) * New translations en-US.json (Hungarian) * New translations en-US.json (Italian) * New translations en-US.json (Japanese) * New translations en-US.json (Georgian) * New translations en-US.json (Korean) * New translations en-US.json (Sinhala) * New translations en-US.json (Japanese) * New translations en-US.json (Dutch) * New translations en-US.json (German) * New translations en-US.json (Dutch) * New translations en-US.json (Dutch) * New translations en-US.json (Dutch) * New translations en-US.json (Italian) * New translations en-US.json (Italian) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Romanian) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Russian) * New translations en-US.json (Slovak) * New translations en-US.json (Serbian (Cyrillic)) * New translations en-US.json (Swedish) * New translations en-US.json (Turkish) * New translations en-US.json (Ukrainian) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Vietnamese) * New translations en-US.json (Polish) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Indonesian) * New translations en-US.json (Persian) * New translations en-US.json (Croatian) * New translations en-US.json (Hindi) * New translations en-US.json (Flemish) * New translations en-US.json (Bosnian) * New translations en-US.json (Portuguese) * New translations en-US.json (Norwegian) * New translations en-US.json (French) * New translations en-US.json (German) * New translations en-US.json (Spanish) * New translations en-US.json (Afrikaans) * New translations en-US.json (Arabic) * New translations en-US.json (Belarusian) * New translations en-US.json (Catalan) * New translations en-US.json (Czech) * New translations en-US.json (Danish) * New translations en-US.json (Greek) * New translations en-US.json (Dutch) * New translations en-US.json (Finnish) * New translations en-US.json (Irish) * New translations en-US.json (Hebrew) * New translations en-US.json (Hungarian) * New translations en-US.json (Italian) * New translations en-US.json (Japanese) * New translations en-US.json (Georgian) * New translations en-US.json (Korean) * New translations en-US.json (Sinhala) * New translations en-US.json (Dutch) * New translations en-US.json (Dutch) * New translations en-US.json (Spanish) * chore: removed typoed pr-BR.json translation file * i18n: skip unstranslated strings in crowdin export * New translations en-US.json (Romanian) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Russian) * New translations en-US.json (Slovak) * New translations en-US.json (Serbian (Cyrillic)) * New translations en-US.json (Swedish) * New translations en-US.json (Turkish) * New translations en-US.json (Ukrainian) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Vietnamese) * New translations en-US.json (Polish) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Indonesian) * New translations en-US.json (Persian) * New translations en-US.json (Croatian) * New translations en-US.json (Hindi) * New translations en-US.json (Flemish) * New translations en-US.json (Bosnian) * New translations en-US.json (Portuguese) * New translations en-US.json (Norwegian) * New translations en-US.json (French) * New translations en-US.json (German) * New translations en-US.json (Spanish) * New translations en-US.json (Afrikaans) * New translations en-US.json (Arabic) * New translations en-US.json (Belarusian) * New translations en-US.json (Catalan) * New translations en-US.json (Czech) * New translations en-US.json (Danish) * New translations en-US.json (Greek) * New translations en-US.json (Finnish) * New translations en-US.json (Irish) * New translations en-US.json (Hebrew) * New translations en-US.json (Hungarian) * New translations en-US.json (Italian) * New translations en-US.json (Japanese) * New translations en-US.json (Georgian) * New translations en-US.json (Korean) * New translations en-US.json (Sinhala) * New translations en-US.json (Flemish) * New translations en-US.json (Czech) * i18n: add automatically_fill_regional_dialects in crowdin.yml * fix: existing locales in crowdin (#562) * fix: existing locales in crowdin * fix(i18n): back to Nederlands for nl Co-authored-by: Nathanaël Houn <contact@nathanaelhoun.fr> * fix: add Crowdin languages mapping in config file (#284) Fix: Crowdin languages mapping Co-authored-by: Nathanaël Houn <contact@nathanaelhoun.fr> * feat(i18n): customize PR title and commits * Pulled down update to recipes submodule * New translations en-US.json (French) Co-authored-by: Nathanaël Houn <contact@nathanaelhoun.fr> Co-authored-by: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Co-authored-by: Andrii Bodnar <29282228+andrii-bodnar@users.noreply.github.com>
* chore: convert various files from JS to TS (#1959)Libravatar Markus Hatvan2021-09-18