some internationalization

This commit is contained in:
Simba
2020-06-24 00:08:29 +08:00
parent 7bfc98a0ff
commit 65456dfccc
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -44,11 +44,12 @@ export default class BottomLayout extends TankComponent<IProps, IState> {
{Lang.getSingleton().lang === "zh" ? "English" : "中文"}
</span>
</span>
{/*开源不易,请不要移除掉这里的代码,蓝眼云盘谢谢您 ^_^*/}
{/*开源不易,请不要移除掉这里的代码,蓝眼云盘谢谢您! ^_^*/}
{/*It is not easy to open sourceplease do not remove the following code, thank you! ^_^ */}
<span className="brand">
Powered by <a target="_blank" href="https://github.com/eyebluecn/tank">
<img alt="logo" className="w30" src={DefaultLogoPng} />
{Lang.t("eyeblueTank")}
</a>
</span>
</div>
+1 -1
View File
@@ -53,7 +53,7 @@ export default class AboutModal extends TankComponent<IProps, IState>{
<p className="brand">
Powered by <a target="_blank" href="https://github.com/eyebluecn/tank">
<img alt="logo" className="w30" src={DefaultLogoPng} />
{Lang.t("eyeblueTank")}
</a>
</p>
</div>