Created
September 1, 2017 18:36
-
-
Save tricoder42/32c62f0f46676c23328a6d3a5dc17745 to your computer and use it in GitHub Desktop.
jsLingui message catalog formats
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
{ | |
"Edit": { | |
"translation": "Upravit", | |
"origin": [ | |
[ | |
"src/lingui/projects/scenes/Repository/ui/EditableDescription.js", | |
81 | |
] | |
] | |
}, | |
"Description": { | |
"translation": "Popis", | |
"origin": [ | |
[ | |
"src/lingui/projects/scenes/Repository/ui/EditableDescription.js", | |
85 | |
], | |
[ | |
"src/lingui/projects/scenes/Repository/ui/EditableDescription.js", | |
85 | |
], | |
[ | |
"src/lingui/projects/scenes/Repository/ui/EditableDescription.js", | |
85 | |
], | |
[ | |
"src/lingui/projects/scenes/Repository/ui/EditableDescription.js", | |
85 | |
] | |
] | |
}, | |
"Homepage": { | |
"translation": "Domovská stránka", | |
"origin": [ | |
[ | |
"src/lingui/projects/scenes/Repository/ui/EditableDescription.js", | |
86 | |
], | |
[ | |
"src/lingui/projects/scenes/Repository/ui/EditableDescription.js", | |
86 | |
], | |
[ | |
"src/lingui/projects/scenes/Repository/ui/EditableDescription.js", | |
86 | |
], | |
[ | |
"src/lingui/projects/scenes/Repository/ui/EditableDescription.js", | |
86 | |
] | |
] | |
}, | |
"Save": { | |
"translation": "Uložit", | |
"origin": [ | |
[ | |
"src/lingui/projects/scenes/Repository/ui/EditableDescription.js", | |
87 | |
] | |
] | |
}, | |
"Cancel": { | |
"translation": "Zrušit", | |
"origin": [ | |
[ | |
"src/lingui/projects/scenes/Repository/ui/EditableDescription.js", | |
88 | |
] | |
] | |
} | |
} |
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
{ | |
"Edit": "Upravit", | |
"Description": "Popis", | |
"Homepage": "Domovská stránka", | |
"Save": "Uložit", | |
"Cancel": "Zrušit" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment