Created
March 10, 2019 14:48
-
-
Save borie88/69c68d0036cc678fe855e04d3ecc3a14 to your computer and use it in GitHub Desktop.
Strings for i18n Mini Program
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default { | |
en: { | |
loadingTitle: "Loading...", | |
helloThere: "Hello", | |
home: "Home", | |
profile: "Me" | |
}, | |
zh: { | |
loadingTitle: "加载中...", | |
helloThere: "你好", | |
home: "首页", | |
profile: "我" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment