diff --git a/client/main.html b/client/main.html index b390635b8..4c3fe5bd8 100644 --- a/client/main.html +++ b/client/main.html @@ -1,8 +1,8 @@ - Loading... + {{i18n "Loading..."}} - +
diff --git a/lib/locales/en.js b/lib/locales/en.js index 7b5c70691..340a76931 100644 --- a/lib/locales/en.js +++ b/lib/locales/en.js @@ -1,6 +1,10 @@ en = { 'en': { translation: { + //Main + "Loading...": "Chargement...", + "New Posts": "New Posts", + // Post deleted "Your post has been deleted.": "Your post has been deleted.", @@ -58,8 +62,7 @@ en = { "Please log in first": "Please log in first", // Post list - "Load more": "Load more", - "Loading...": "Loading..." + "Load more": "Load more" } } }; \ No newline at end of file diff --git a/lib/locales/fr.js b/lib/locales/fr.js index b7ce12655..bd5932fe4 100644 --- a/lib/locales/fr.js +++ b/lib/locales/fr.js @@ -1,6 +1,13 @@ fr = { 'fr': { translation: { + //Main + "Loading...": "Chargement...", + "New Posts": "Nouveaux Posts", + + //Common mobile_nav + + // Post deleted "Your post has been deleted.": "Votre post a été supprimé.", @@ -58,8 +65,7 @@ fr = { "Please log in first": "Vous devez être connecté", // Post list - "Load more": "Charger plus de post", - "Loading...": "Chargement..." + "Load more": "Charger plus de post" } } }; \ No newline at end of file