aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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...