Closed jameswnl closed 8 years ago
The {:tables=>"Vm Infras"}
is not right.
@mzazrivec Please review
@miq-bot assign mzazrivec
What's happening here is that there are strings like these in the Japanese catalog:
#, fuzzy
msgid "Provision %{tables}"
msgstr "%s のプロビジョニング "
#, fuzzy
msgid "Set Ownership for %{table}"
msgstr "%s の所有権の設定"
#, fuzzy
msgid "%{table} Policy Simulation"
msgstr "%s ポリシーシミュレーション"
#, fuzzy
msgid "%{table} Policy Assignment"
msgstr "%s ポリシーの割り当て"
Note the %{table}
-> %s
discrepancy (that's what will mess up the string in the UI.
This mess is all done automatically by gettext:find
rake task and there's no easy way to fix this really.
What I'm proposing to fix this issue:
Not having the catalogs in our git would mean:
git grep ...
@Fryguy thoughts?
As shown below