Full French UI Localization (#29260)

* Update languages.json

French added

* Create main_fr.ts

French lang file

* git ignore

* update french lang
old-commit-hash: 518ced49ce
beeps
Korben 2 years ago committed by GitHub
parent 9a7e8e931a
commit 1672c9fdbd
  1. 1
      .gitignore
  2. 1
      selfdrive/ui/translations/languages.json
  3. 1226
      selfdrive/ui/translations/main_fr.ts

1
.gitignore vendored

@ -84,3 +84,4 @@ build/
!**/.gitkeep !**/.gitkeep
poetry.toml poetry.toml
Pipfile

@ -1,6 +1,7 @@
{ {
"English": "main_en", "English": "main_en",
"Deutsch": "main_de", "Deutsch": "main_de",
"Français": "main_fr",
"Português": "main_pt-BR", "Português": "main_pt-BR",
"中文(繁體)": "main_zh-CHT", "中文(繁體)": "main_zh-CHT",
"中文(简体)": "main_zh-CHS", "中文(简体)": "main_zh-CHS",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save