feat(i18n): add arb, json and yaml parsers
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"@@locale": "en",
|
||||
"youHavePushed": "You have pushed {count} times the bouton !",
|
||||
"@youHavePushed": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"btnAddFile": "Add file",
|
||||
"btnAddFileCaption": "Max size: 20MB"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
"@@locale": en
|
||||
youHavePushed: You have pushed {count} times the bouton !
|
||||
"@youHavePushed":
|
||||
placeholders:
|
||||
count:
|
||||
type: int
|
||||
btnAddFile: Add file
|
||||
btnAddFileCaption: "Max size: 20MB"
|
||||
Reference in New Issue
Block a user