mirror of
https://github.com/tips-of-mine/gestion-certificats2.git
synced 2025-07-03 10:48:41 +02:00
Ajout de nouvelles langues à l'application
Cette modification étend la prise en charge linguistique de l'application en ajoutant les langues suivantes : - Japonais (ja) - Russe (ru) - Arabe (ar) - Hindi (hi) - Mandarin Chinois (zh) Les changements incluent : - La mise à jour de la constante `SUPPORTED_LANGUAGES` dans `app/src/config/app.php`. - La création de fichiers JSON vides (`ja.json`, `ru.json`, `ar.json`, `hi.json`, `zh.json`) dans `app/src/Lang/` pour ces nouvelles langues. Ces fichiers de langue peuvent être remplis ultérieurement avec les traductions appropriées.
This commit is contained in:
1
app/src/Lang/ar.json
Normal file
1
app/src/Lang/ar.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
app/src/Lang/hi.json
Normal file
1
app/src/Lang/hi.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
app/src/Lang/ja.json
Normal file
1
app/src/Lang/ja.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
app/src/Lang/ru.json
Normal file
1
app/src/Lang/ru.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
app/src/Lang/zh.json
Normal file
1
app/src/Lang/zh.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
Reference in New Issue
Block a user