Commit 560cf6e7 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

translate

parent 3885c68a
...@@ -3,7 +3,7 @@ import Constants from 'expo-constants'; ...@@ -3,7 +3,7 @@ import Constants from 'expo-constants';
import { Alert } from 'react-native'; import { Alert } from 'react-native';
export default function CheckVersion(navigation) { export default function CheckVersion(navigation) {
let version = Constants.manifest.version let version = Constants.manifest.version
Axios.get('https://excelsocrm.ravintoladev.com/cms/v2/detail/apps-version').then(respon => { Axios.get('https://excelsocrm.ravintoladev.com/cms/v2/detail/apps-version').then(respon => {
let version_server = respon.data.content5 let version_server = respon.data.content5
let msg_res = respon.data.content6 let msg_res = respon.data.content6
......
...@@ -27,5 +27,6 @@ ...@@ -27,5 +27,6 @@
"expired": "Expired At", "expired": "Expired At",
"balance" : "BALANCE", "balance" : "BALANCE",
"point" : "POINTS :", "point" : "POINTS :",
"profile" : "Profile" "profile" : "Profile",
"View cart":"View Cart"
} }
\ No newline at end of file
...@@ -31,7 +31,8 @@ ...@@ -31,7 +31,8 @@
"point" : "POINT", "point" : "POINT",
"profile" :"Profil", "profile" :"Profil",
"upgradePremium" :"Tingkatkan Premium", "upgradePremium" :"Tingkatkan Premium",
"cardActivation" :"Aktivasi Kartu" "cardActivation" :"Aktivasi Kartu",
"View cart":"Lihat Keranjang"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment