update to external apis
This commit is contained in:
@ -8,6 +8,6 @@ class ConstValues{
|
||||
static const dev_home_ip_server = "http://172.20.10.9:8100";
|
||||
|
||||
static String currentServer(){
|
||||
return dev_server;
|
||||
return server_uri;
|
||||
}
|
||||
}
|
||||
|
||||
@ -55,6 +55,10 @@ class StringValues extends Translations{
|
||||
'finishing_rogaining' : 'Finishing Rogaining',
|
||||
'take_photo of the clock' : 'Take photo of the clock',
|
||||
'finish_goal': 'finish Goal',
|
||||
'goal_saved': "Goal Saved",
|
||||
'goal_added_successfuly' : 'Goal added successfully',
|
||||
'goal_not_added' : 'Goal not added',
|
||||
'please_try_again' : 'Please try again'
|
||||
},
|
||||
'ja_JP': {
|
||||
'drawer_title':'ロゲイニング参加者はログイン するとチェックポイントが参照 できます',
|
||||
@ -110,6 +114,10 @@ class StringValues extends Translations{
|
||||
'finishing_rogaining' : 'ロゲイニングを終えて',
|
||||
'take_photo of the clock' : '時計の写真を撮る',
|
||||
'finish_goal': 'フィニッシュゴール',
|
||||
'goal_saved': "目標を保存しました",
|
||||
'goal_added_successfuly' : '目標が正常に追加されました',
|
||||
'goal_not_added' : '目標が追加されていません',
|
||||
'please_try_again' : 'もう一度お試しください'
|
||||
},
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user