diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2013-12-23 20:25:47 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2013-12-23 20:25:47 +0100 |
commit | 595b16a783b7a99cadbf7cd61086ead32c6298a9 (patch) | |
tree | fcb063b0a4eaf8d138706c9b067d30de00b272bc /config | |
parent | 8b8e9cd1224f0f573017bc236d76c0f8ccd657ee (diff) | |
download | hmnoweb-595b16a783b7a99cadbf7cd61086ead32c6298a9.tar.gz hmnoweb-595b16a783b7a99cadbf7cd61086ead32c6298a9.tar.bz2 hmnoweb-595b16a783b7a99cadbf7cd61086ead32c6298a9.zip |
Add sidebar_position field to blog categories.
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 9 | ||||
-rw-r--r-- | config/locales/nb.yml | 10 |
2 files changed, 19 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 4440898..3fa068c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,2 +1,11 @@ en: read_more: Read more... + refinery: + blog: + admin: + categories: + form: + sidebar_positions: + - None + - Left + - Right diff --git a/config/locales/nb.yml b/config/locales/nb.yml index 6f185e8..9fc2306 100644 --- a/config/locales/nb.yml +++ b/config/locales/nb.yml @@ -1,2 +1,12 @@ nb: read_more: Les mer... + refinery: + blog: + admin: + categories: + form: + sidebar_positions: + - Ingen + - Venstre + - Høyre + |