Commit graph

3 commits

Author SHA1 Message Date
Jo-Philipp Wich
96b8cbdc16 luci-app-bmx7: mask CSS translate directives to avoid i18n confusion
Since bmx7's netjsongraph.js contains CSS `translate()` directives,
they're treated as translation calls by the i18n source scanner.

Mask these directives to avoid false positives.

Fixes: #3484
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-01-09 11:19:39 +01:00
Balázs Úr
fbbfb0d6d7 luci-app-bmx7: fix typos
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2019-12-17 11:26:30 +01:00
Paul Spooren
df6abf5060 translation: rename zh_Han{s,t} to zh-{cn,tw}
Weblate created these previously missing files automatically, however it
follows a different naming style than used in the OpenWrt i18n system.

However, Weblate supports aliases which maps zh-{cn,tw} to it's
internally used zh_Han{s,t} codes, so files can be translated via
Weblate as before.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-10-18 10:05:23 -10:00