-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After
riw db import TODO-done.json
with one string
- Loading branch information
Showing
2 changed files
with
7 additions
and
37 deletions.
There are no files selected for viewing
This file contains 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
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" | ||
} | ||
] |
This file contains 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