Skip to content

Commit

Permalink
After riw db import TODO-done.json with one string
Browse files Browse the repository at this point in the history
  • Loading branch information
avaragado committed Mar 16, 2017
1 parent ae83e06 commit 54e585b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 37 deletions.
39 changes: 2 additions & 37 deletions TODO-done.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,9 @@
[
{
"id": "App.welcome",
"defaultMessage": "Hello world!",
"defaultMessage": "Hello everyone!",
"file": "/Users/dave/git-repos/riw-example/src/components/App.js",
"locale": "pt-BR",
"translation": "Olá Mundo!"
},
{
"id": "App.welcome",
"defaultMessage": "Hello world!",
"file": "/Users/dave/git-repos/riw-example/src/components/App.js",
"locale": "xx-en-reverse",
"translation": "!dlrow olleH"
},
{
"id": "App.farewell",
"defaultMessage": "The end",
"file": "/Users/dave/git-repos/riw-example/src/components/App.js",
"locale": "pt-BR",
"translation": "O fim"
},
{
"id": "App.farewell",
"defaultMessage": "The end",
"file": "/Users/dave/git-repos/riw-example/src/components/App.js",
"locale": "xx-en-reverse",
"translation": "dne ehT"
},
{
"id": "FileCounter.label",
"defaultMessage": "You have {numFiles, plural, =0 {no files} one {one file} other {# files}}",
"file": "/Users/dave/git-repos/riw-example/src/components/FileCounter.js",
"locale": "pt-BR",
"translation": "Você {numFiles, plural, =0 {não tem arquivos} one {tem um arquivo} other {tem # arquivos}}"
},
{
"id": "FileCounter.label",
"defaultMessage": "You have {numFiles, plural, =0 {no files} one {one file} other {# files}}",
"file": "/Users/dave/git-repos/riw-example/src/components/FileCounter.js",
"locale": "xx-en-reverse",
"translation": "{numFiles, plural, =0 {selif on} one {elif eno} other {selif #}} evah uoT"
"translation": "Olá a todos"
}
]
5 changes: 5 additions & 0 deletions src/locale/riw-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"pt-BR": "Você {numFiles, plural, =0 {não tem arquivos} one {tem um arquivo} other {tem # arquivos}}",
"xx-en-reverse": "{numFiles, plural, =0 {selif on} one {elif eno} other {selif #}} evah uoT"
}
},
"Hello everyone!": {
"_": {
"pt-BR": "Olá a todos"
}
}
}
}

0 comments on commit 54e585b

Please sign in to comment.