多语言
This commit is contained in:
@@ -49,7 +49,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
|
||||
alignment: Alignment.center,
|
||||
children: [
|
||||
Text(
|
||||
'用户注册',
|
||||
'用户注册'.tr,
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
color: Colors.white,
|
||||
@@ -191,7 +191,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
|
||||
.normal_text_size,
|
||||
letterSpacing: 0,
|
||||
),
|
||||
hintText: '请输入密码',
|
||||
hintText: '请输入密码'.tr,
|
||||
hintStyle: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
@@ -387,7 +387,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
|
||||
.normal_text_size,
|
||||
letterSpacing: 0,
|
||||
),
|
||||
hintText: '请确认密码',
|
||||
hintText: '请确认密码'.tr,
|
||||
hintStyle: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
@@ -680,7 +680,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
|
||||
.normal_text_size,
|
||||
letterSpacing: 0,
|
||||
),
|
||||
hintText: '请输入验证码',
|
||||
hintText: '请输入验证码'.tr,
|
||||
hintStyle: TextStyle(
|
||||
fontFamily: 'Readex Pro',
|
||||
color: Color(0xFF929699),
|
||||
@@ -786,7 +786,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
|
||||
.countdown
|
||||
.value ==
|
||||
0
|
||||
? '获取验证码'
|
||||
? '获取验证码'.tr
|
||||
: '${countdownController.countdown.value}' +
|
||||
'秒'.tr,
|
||||
style: TextStyle(
|
||||
|
||||
Reference in New Issue
Block a user