Skip to content

Commit

Permalink
Add default i18n config to archetype
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumard authored and jaumard committed Jan 2, 2016
1 parent 996b0dc commit 394aa7b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
/.idea
# Logs
logs
*.log
Expand Down
13 changes: 13 additions & 0 deletions archetype/config/i18n.js
@@ -0,0 +1,13 @@
/**
* Internationalization Configuration
* (app.config.i18n)
*
* @see http://trailsjs.io/doc/config/i18n
*/

module.exports = {
/**
* Default language
*/
lng: 'en'
}

0 comments on commit 394aa7b

Please sign in to comment.