From 10329d44e43ed27b79336ca42e22d9508b69577f Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sat, 10 Jun 2017 13:04:58 -0400 Subject: [PATCH] fix: Added nav.root translation key --- server/locales/en/common.json | 2 +- server/locales/es/common.json | 1 + server/locales/fr/common.json | 1 + server/locales/zh/common.json | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/server/locales/en/common.json b/server/locales/en/common.json index 4f4c698a..18ce4087 100644 --- a/server/locales/en/common.json +++ b/server/locales/en/common.json @@ -47,4 +47,4 @@ "source": "Loading source...", "editor": "Loading editor..." } -} +} \ No newline at end of file diff --git a/server/locales/es/common.json b/server/locales/es/common.json index 72c995c9..29760950 100644 --- a/server/locales/es/common.json +++ b/server/locales/es/common.json @@ -27,6 +27,7 @@ "move": "Mover", "myprofile": "Mi perfil", "normalview": "Vista normal", + "root": "Página principal", "savechanges": "Guardar Cambios", "savedocument": "Guardar documento", "settings": "Ajustes", diff --git a/server/locales/fr/common.json b/server/locales/fr/common.json index 1051f5a1..d45cf190 100644 --- a/server/locales/fr/common.json +++ b/server/locales/fr/common.json @@ -27,6 +27,7 @@ "move": "Déplacer", "myprofile": "Mon Profil", "normalview": "Vue normale", + "root": "Home", "savechanges": "Sauvegarder", "savedocument": "Sauvegarder", "settings": "Paramètres", diff --git a/server/locales/zh/common.json b/server/locales/zh/common.json index 8c4870da..98c22cba 100644 --- a/server/locales/zh/common.json +++ b/server/locales/zh/common.json @@ -27,6 +27,7 @@ "move": "移动", "myprofile": "我的信息", "normalview": "正常视图", + "root": "首页", "savechanges": "保存", "savedocument": "保存文档", "settings": "设置",