Initial project structure with sails.js
This commit is contained in:
4
config/locales/de.json
Normal file
4
config/locales/de.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"Welcome": "Willkommen",
|
||||
"A brand new app.": "Eine neue App."
|
||||
}
|
4
config/locales/en.json
Normal file
4
config/locales/en.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"Welcome": "Welcome",
|
||||
"A brand new app.": "A brand new app."
|
||||
}
|
4
config/locales/es.json
Normal file
4
config/locales/es.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"Welcome": "Bienvenido",
|
||||
"A brand new app.": "Una nueva aplicación."
|
||||
}
|
4
config/locales/fr.json
Normal file
4
config/locales/fr.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"Welcome": "Bienvenue",
|
||||
"A brand new app.": "Une toute nouvelle application."
|
||||
}
|
Reference in New Issue
Block a user