Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add lang translations in common #209

Merged
merged 2 commits into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/constants/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ export const COMMON = {
CANCEL_BUTTON: 'CANCEL_BUTTON',
SAVE_BUTTON: 'SAVE_BUTTON',
CLOSE_BUTTON: 'CLOSE_BUTTON',

LANGUAGE: 'LANGUAGE',
};
3 changes: 2 additions & 1 deletion src/langs/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
3 changes: 2 additions & 1 deletion src/langs/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}