aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2013-12-23 17:18:19 +0100
committerHarald Eilertsen <haraldei@anduin.net>2013-12-23 17:18:19 +0100
commit8b8e9cd1224f0f573017bc236d76c0f8ccd657ee (patch)
treed8bf6221107c59b533be15fb3dab947be49683e9 /config
parentfee359ca1ac14eed5f370256c017ef21bd825b88 (diff)
downloadhmnoweb-8b8e9cd1224f0f573017bc236d76c0f8ccd657ee.tar.gz
hmnoweb-8b8e9cd1224f0f573017bc236d76c0f8ccd657ee.tar.bz2
hmnoweb-8b8e9cd1224f0f573017bc236d76c0f8ccd657ee.zip
Add application specific locale files for en and nb locales.
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml5
-rw-r--r--config/locales/nb.yml2
2 files changed, 3 insertions, 4 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 179c14c..4440898 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -1,5 +1,2 @@
-# Sample localization file for English. Add more files in this directory for other locales.
-# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
-
en:
- hello: "Hello world"
+ read_more: Read more...
diff --git a/config/locales/nb.yml b/config/locales/nb.yml
new file mode 100644
index 0000000..6f185e8
--- /dev/null
+++ b/config/locales/nb.yml
@@ -0,0 +1,2 @@
+nb:
+ read_more: Les mer...