Add French localization

This commit is contained in:
Hugo Locurcio 2019-12-14 21:12:59 +01:00
parent a4b7fe2205
commit 0962d15174
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
7 changed files with 163 additions and 158 deletions

View file

@ -5,10 +5,10 @@ type="Translation"
[deps]
files=[ "res://Translations/#Translations.en.translation", "res://Translations/#Translations.el.translation" ]
files=[ "res://Translations/#Translations.en.translation", "res://Translations/#Translations.el.translation", "res://Translations/#Translations.fr.translation" ]
source_file="res://Translations/#Translations.csv"
dest_files=[ "res://Translations/#Translations.en.translation", "res://Translations/#Translations.el.translation" ]
dest_files=[ "res://Translations/#Translations.en.translation", "res://Translations/#Translations.el.translation", "res://Translations/#Translations.fr.translation" ]
[params]