mirror of
https://github.com/eyebluecn/tank-front
synced 2024-04-21 12:31:55 +00:00
some internationalization
This commit is contained in:
@@ -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 source,please 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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user