mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-09-18 21:38:53 +00:00
Created and implemented language module
This commit is contained in:
11
assets/js/langs/en.inc.js
Normal file
11
assets/js/langs/en.inc.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* English language
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
ComunicWeb.common.langs.en = {
|
||||
//Basic messages
|
||||
"hello": "hello",
|
||||
|
||||
"__number_received_messages": "You have received %p messages",
|
||||
}
|
10
assets/js/langs/fr.inc.js
Normal file
10
assets/js/langs/fr.inc.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* French language
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
ComunicWeb.common.langs.fr = {
|
||||
//Basic messages
|
||||
"hello": "bonjour",
|
||||
"__number_received_messages": "Vous avez reçu %p messages",
|
||||
}
|
Reference in New Issue
Block a user