-
Notifications
You must be signed in to change notification settings - Fork 900
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
fix shields and rewards not being translated to Norwegian #2593
Conversation
@@ -226,7 +226,6 @@ if (!is_mac && !is_android && !is_ios) { | |||
deps = [ "//brave/components/brave_rewards/resources/extension:locales_$locale" ] | |||
|
|||
locale = string_replace(locale, "-", "_") | |||
locale = string_replace(locale, "nb", "no") |
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.
why was this here in the first place?
cc: @simonhong 34fa1de
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.
honestly I can't remember why I did like that - Maybe I also did copy & paste from other places..
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.
@bbondy thoughts on this? cdbfca0#diff-71295ce804b64120ddc313f20e26c8adR135
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.
It used to be that way in Chromium as well, my guess is they changed it on one of the rebases and we didn't update our code accordingly.
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.
fix shields and rewards not being translated to Norwegian
fix shields and rewards not being translated to Norwegian
fix shields and rewards not being translated to Norwegian
Unfortunately, I think this breaks Transifex translation. The files in |
fix brave/brave-browser#3425
Test Plan