diff options
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.toml | 3 | ||||
-rw-r--r-- | i18n/es.toml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index 0265788..7b9c38a 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -24,3 +24,6 @@ [navLinks] other = "Navigation Links" + +[pageNotFound] + other = "Page Not Found" diff --git a/i18n/es.toml b/i18n/es.toml index 21889d7..781f115 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -25,3 +25,6 @@ [navLinks] other = "Enlaces de navegación" + +[pageNotFound] + other = "Página no encontrada" |