Node type: geth
OS: linux
Network type: main/test
Mist version: 0.8.1
branch: develop

Can't switch to German with view > change language. At the first glance, the TAPi18n.setLanguage("de") is not behave normally.
@luclu
Thanks @ChihChengLiang, I linked it in your post.
de is not compiled in here https://github.com/ethereum/meteor-dapp-wallet/tree/master/app/public/i18n
de and es ignored in this commit. why?
@frozeman
Tschusch! I even fixed this today in this PR https://github.com/ethereum/meteor-dapp-wallet/pull/246/files
Dup of #945 ?
Related, this stated to happen after @alexvandesande rebased your PR.
Your new PR has already partly fixed it for...
Check if the de and es generated by changing cdn_path from "cdn_path" : "i18n" to "cdn_path" : "/i18n" in project-tap.i18n. It works on my computer.
reference: https://github.com/TAPevents/i18n-bundler/issues/2#issuecomment-174462279
I updated the project-tap.i18n files for both repos, but still the only languages that work for me are en, fr, pt and ch. With or without your bugfix. I will recheck if I miss something in my setup later today.
This issue is actually unrelated to my bugfix. Instead, it's because the json in meteor-dapp-wallet app/public/i18n is not updated. If you run TAPi18n.setLanguage("de").fail(), it will show a JSON parse error which is because it fails to load de.json in app/public/i18n.
Meteor should rebuild the public i18n files on startup, it should be configured somewhere in TAPevents/i18n-bundler .
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.