Created
March 19, 2020 04:38
-
-
Save tianhaoz95/0bdaf482d64922d14896f3b079907d11 to your computer and use it in GitHub Desktop.
translation
This file contains hidden or 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
| // 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