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

Bug 1920684: Update language preferences modal #7936

Merged
merged 1 commit into from
Feb 2, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/public/components/masthead-toolbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ class MastheadToolbarContents_ extends React.Component {
const actions = [];
const userActions = [
{
label: t('masthead~Language preferences'),
label: t('masthead~Language preference'),
callback: () => languagePreferencesModal({}),
component: 'button',
dataTest: 'language',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,8 @@ const LanguagePreferencesModal = (props: LanguagePreferencesModalProps) => {

return (
<form onSubmit={submit} name="form" className="modal-content modal-content--no-inner-scroll">
<ModalTitle>{t('language-preferences-modal~Edit language preferences')}</ModalTitle>
<ModalTitle>{t('language-preferences-modal~Edit language preference')}</ModalTitle>
<ModalBody>
<p>
{t(
'language-preferences-modal~All interface content will appear in your selected language.',
)}
</p>
<div className="form-group">
<label htmlFor="language_dropdown">{t('language-preferences-modal~Language')}</label>
<Dropdown
Expand Down
3 changes: 1 addition & 2 deletions frontend/public/locales/en/language-preferences-modal.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"Edit language preferences": "Edit language preferences",
"All interface content will appear in your selected language.": "All interface content will appear in your selected language.",
"Edit language preference": "Edit language preference",
"Language": "Language",
"Select language": "Select language"
}
2 changes: 1 addition & 1 deletion frontend/public/locales/en/masthead.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Documentation": "Documentation",
"Command line tools": "Command line tools",
"About": "About",
"Language preferences": "Language preferences",
"Language preference": "Language preference",
"Copy login command": "Copy login command",
"Log out": "Log out",
"Import YAML": "Import YAML",
Expand Down
4 changes: 2 additions & 2 deletions frontend/public/locales/ja/language-preferences-modal.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Edit language preferences": "言語設定の編集",
"Edit language preference": "言語設定の編集",
"All interface content will appear in your selected language.": "すべてのインターフェースコンテンツが選択した言語に表示されます。",
"Language": "言語",
"Select language": "言語の選択"
}
}
4 changes: 2 additions & 2 deletions frontend/public/locales/ja/masthead.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Documentation": "ドキュメント",
"Command line tools": "コマンドラインツール",
"About": "概要",
"Language preferences": "言語設定",
"Language preference": "言語設定",
"Copy login command": "ログインコマンドのコピー",
"Log out": "ログアウト",
"Import YAML": "YAML のインポート",
Expand All @@ -15,4 +15,4 @@
"Notification drawer": "通知ドロワー",
"Help menu": "ヘルプメニュー",
"Quick starts": "クイックスタート"
}
}
4 changes: 2 additions & 2 deletions frontend/public/locales/zh/language-preferences-modal.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Edit language preferences": "编辑语言首选项",
"Edit language preference": "编辑语言首选项",
"All interface content will appear in your selected language.": "所有界面内容都会以您选择的语言出现。",
"Language": "语言",
"Select language": "选择语言"
}
}
4 changes: 2 additions & 2 deletions frontend/public/locales/zh/masthead.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"Documentation": "文档",
"Command line tools": "命令行工具",
"About": "关于",
"Language preferences": "语言首选项",
"Language preference": "语言首选项",
"Copy login command": "复制登录命令",
"Log out": "登出",
"Import YAML": "导入 YAML",
"Utility menu": "工具程序菜单",
"User menu": "用户菜单",
"Notification drawer": "通知抽屉",
"Help menu": "帮助菜单"
}
}