diff --git a/src/constants/common.ts b/src/constants/common.ts index 63f1b834..e108b5d0 100644 --- a/src/constants/common.ts +++ b/src/constants/common.ts @@ -16,4 +16,6 @@ export const COMMON = { CANCEL_BUTTON: 'CANCEL_BUTTON', SAVE_BUTTON: 'SAVE_BUTTON', CLOSE_BUTTON: 'CLOSE_BUTTON', + + LANGUAGE: 'LANGUAGE', }; diff --git a/src/langs/en/common.json b/src/langs/en/common.json index f5736fae..dcaaf756 100644 --- a/src/langs/en/common.json +++ b/src/langs/en/common.json @@ -13,5 +13,6 @@ "USER_SHARED_WITH_ITEMS": "Shared with me", "USER_NOT_SIGNED_IN": "You are not signed in.", "USER_CAN_NOT_ACCESS_ITEM": "You cannot access this item.", - "CHAT_TOOLTIP": "Chat" + "CHAT_TOOLTIP": "Chat", + "LANGUAGE": "Language" } diff --git a/src/langs/fr/common.json b/src/langs/fr/common.json index df6c8529..ff01a350 100644 --- a/src/langs/fr/common.json +++ b/src/langs/fr/common.json @@ -13,5 +13,6 @@ "USER_SHARED_WITH_ITEMS": "Partagés avec moi", "USER_NOT_SIGNED_IN": "Vous n'êtes pas connecté.", "USER_CAN_NOT_ACCESS_ITEM": "Vous ne pouvez pas accéder à cet élément.", - "CHAT_TOOLTIP": "Chat" + "CHAT_TOOLTIP": "Chat", + "LANGUAGE": "Langue" }