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

Add quotes to punctuation check in i18n test #10803

Merged
merged 1 commit into from
Jun 12, 2024
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: 1 addition & 1 deletion config/locales/zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ account.email_language.name.fr: 法文
account.email_language.name.zh: 中文 (简体)
account.email_language.sentence_connector: 或者
account.email_language.updated: 你的电邮语言选择已更新。
account.forget_all_browsers.longer_description: 你选择“忘掉所有浏览器后,我们将需要额外信息来知道的确是你在登录你自己的账户。每次你要访问自己的账户时,我们都会向你要一个多因素身份证实方法(比如短信/SMS 代码或安全密钥)
account.forget_all_browsers.longer_description: 你选择“忘掉所有浏览器后,我们将需要额外信息来知道的确是你在登录你自己的账户。每次你要访问自己的账户时,我们都会向你要一个多因素身份证实方法(比如短信/SMS 代码或安全密钥)
account.index.auth_app_add: 添加应用程序
account.index.auth_app_disabled: 未启用
account.index.auth_app_enabled: 已启用
Expand Down
1 change: 1 addition & 0 deletions spec/i18n_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
'(' => ')',
'<' => '>',
'(' => ')',
'“' => '”',
}.freeze

# A set of patterns which are expected to only occur within specific locales. This is an imperfect
Expand Down