This commit is contained in:
afc163 2016-05-12 15:11:25 +08:00
parent 6a0514614d
commit c247e6ee6a

View File

@ -14,6 +14,6 @@ export function changeConfirmLocale(newLocale) {
}
}
export function getConfirmLocale(newLocale) {
export function getConfirmLocale() {
return runtimeLocale;
}