diff options
Diffstat (limited to 'MLEB/LocalisationUpdate/i18n')
-rw-r--r-- | MLEB/LocalisationUpdate/i18n/en.json | 2 | ||||
-rw-r--r-- | MLEB/LocalisationUpdate/i18n/fr.json | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/MLEB/LocalisationUpdate/i18n/en.json b/MLEB/LocalisationUpdate/i18n/en.json index a15cef56..48617f19 100644 --- a/MLEB/LocalisationUpdate/i18n/en.json +++ b/MLEB/LocalisationUpdate/i18n/en.json @@ -6,4 +6,4 @@ }, "localisationupdate-extensionname": "LocalisationUpdate", "localisationupdate-desc": "Keeps the localised messages as up to date as possible" -}
\ No newline at end of file +} diff --git a/MLEB/LocalisationUpdate/i18n/fr.json b/MLEB/LocalisationUpdate/i18n/fr.json index b62e2b6b..16403218 100644 --- a/MLEB/LocalisationUpdate/i18n/fr.json +++ b/MLEB/LocalisationUpdate/i18n/fr.json @@ -1,8 +1,10 @@ { "@metadata": { "authors": [ - "Crochet.david" + "Crochet.david", + "Verdy p" ] }, + "localisationupdate-extensionname": "LocalisationUpdate", "localisationupdate-desc": "Maintenir la traduction des messages à jour autant que possible" } |