Initial commit of framework
This commit is contained in:
6
locale/default/common.locale.js
Normal file
6
locale/default/common.locale.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/*
|
||||
* Translation phrases common among all locales.
|
||||
*/
|
||||
module.exports = exports = {
|
||||
flitter: 'Flitter',
|
||||
}
|
||||
10
locale/en_US/common.locale.js
Normal file
10
locale/en_US/common.locale.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Common phrases. Used by the welcome page.
|
||||
*/
|
||||
module.exports = exports = {
|
||||
welcome: 'Welcome',
|
||||
powered_by_flitter: 'powered by flitter',
|
||||
new_to_flitter: 'New to Flitter?',
|
||||
start_here: 'Start Here.',
|
||||
log_out: 'Log out',
|
||||
}
|
||||
10
locale/es_MX/common.locale.js
Normal file
10
locale/es_MX/common.locale.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Common phrases. Used by the welcome page.
|
||||
*/
|
||||
module.exports = exports = {
|
||||
welcome: 'Bienvenido',
|
||||
powered_by_flitter: 'impulsado por flitter',
|
||||
new_to_flitter: '¿Nuevo en Flitter?',
|
||||
start_here: 'Empieza aqui.',
|
||||
log_out: 'Cerrar sesión',
|
||||
}
|
||||
Reference in New Issue
Block a user