Full French UI Localization (#29260)

* Update languages.json

French added

* Create main_fr.ts

French lang file

* git ignore

* update french lang
pull/29355/head
Korben 2 years ago committed by GitHub
parent d6857996d3
commit 518ced49ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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
poetry.toml
Pipfile

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

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