rusackas commented on code in PR #41466: URL: https://github.com/apache/superset/pull/41466#discussion_r3493943581
########## superset/translations/ja/LC_MESSAGES/messages.po: ########## @@ -2075,8 +2079,8 @@ msgstr "「%s」をシステムのダークテーマに設定してもよろし #, python-format msgid "" -"Are you sure you want to set \"%s\" as the system default theme? This " -"will apply to all users who haven't set a personal preference." +"Are you sure you want to set \"%s\" as the system default theme? This will " +"apply to all users who haven't set a personal preference." msgstr "「%s」をシステムのダークテーマとして設定してもよろしいですか?これは個人設定を行っていないすべてのユーザーに適用されます。。" Review Comment: Fixed — the `msgstr` now reads デフォルトテーマ (default) instead of ダークテーマ (dark), and dropped the stray double period. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
