diff options
author | Azul <azul@leap.se> | 2014-07-14 17:26:28 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-07-17 12:47:47 +0200 |
commit | 150c80bfc7c469b23f7ac1bac0e42014ad417df6 (patch) | |
tree | 8fa65f4601e82a86b07d48ba9727945bcb4b9ff3 /config | |
parent | b17387a17669bfc9afce7435653cd8c29c686999 (diff) |
add translation and fix tests
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/errors.en.yml | 1 | ||||
-rw-r--r-- | config/locales/messages.en.yml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/config/locales/errors.en.yml b/config/locales/errors.en.yml index 93feab1..e0a909f 100644 --- a/config/locales/errors.en.yml +++ b/config/locales/errors.en.yml @@ -9,3 +9,4 @@ en: text: not_found: "You may have mistyped the address or the page may have moved." server_error: The problem has been logged and we will look into it. + not_found: Not found. diff --git a/config/locales/messages.en.yml b/config/locales/messages.en.yml new file mode 100644 index 0000000..d9d7613 --- /dev/null +++ b/config/locales/messages.en.yml @@ -0,0 +1,4 @@ +en: + messages: + not_found: That message could not be found. + marked_as_read: Message has been marked as read. |