轻量级的前端本地化

时间:2019-01-16 12:42:10

标签: javascript jquery html internationalization frontend

我有一个简单的登录页面,支持3种不同的语言。 看起来像:

domain.com - English version (index.html)
domain.com/fr - (copy of index.html, but translated)
domain.com/de

因此,我每月需要多次编辑HTML和文本,通常,我将HTML代码更改为英文版本,然后将其复制到其他版本。与文本相同。 浪费时间。

我尝试使用dom-i18n,但是我需要保留这些/ de / fr链接(我需要在电子邮件促销中附加特定语言的链接)

对于如何更好地组织此过程,您有任何建议吗?谢谢!

0 个答案:

没有答案