Skip to content

Instantly share code, notes, and snippets.

@borie88
Created March 10, 2019 14:48
Show Gist options
  • Save borie88/69c68d0036cc678fe855e04d3ecc3a14 to your computer and use it in GitHub Desktop.
Save borie88/69c68d0036cc678fe855e04d3ecc3a14 to your computer and use it in GitHub Desktop.
Strings for i18n Mini Program
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