Skip to content

Instantly share code, notes, and snippets.

@tianhaoz95
Created March 19, 2020 04:38
Show Gist options
  • Save tianhaoz95/0bdaf482d64922d14896f3b079907d11 to your computer and use it in GitHub Desktop.
Save tianhaoz95/0bdaf482d64922d14896f3b079907d11 to your computer and use it in GitHub Desktop.
translation
// for intl_zh.arb
"awesomeNewMessage": "一条新信息",
"@awesomeNewMessage": {
"description": "新信息例子",
"type": "text"
}
// for intl_en.arb
"awesomeNewMessage": "An awesome new message",
"@awesomeNewMessage": {
"description": "Example for how to add a new message",
"type": "text"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment