-
Notifications
You must be signed in to change notification settings - Fork 0
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
Introduce mechanism to localize messages #36
Conversation
のように |
こちらのご指摘を承けて、langを動的に設定するように変更しました。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Outlook-Office-Addin/src/web/app.html
Line 2 in c22816e
<html lang="ja"> |
の<html lang="ja">
も同様に直した方が良いと思います。(実際には国際化が不要なhtmlだとは思いますが)
以上の対応が完了したら、マージして大丈夫そうに思います。
app.htmlはHTMLにはメッセージがなかったのでスルーしていましたが、確かにここも影響を受ける部分なので修正しました。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank!
This PR introduces a system to localize displayed messages.
Currently there is only "ja" locale.