Created
July 11, 2022 18:33
-
-
Save richardDobron/b115199cfc30e77dc5153eee5c6535c7 to your computer and use it in GitHub Desktop.
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
{ | |
"sk_SK": { | |
"fb-locale": "sk_SK", | |
"translations": { | |
"77515026232eb24b14cc5e7cca878637": { | |
"translations": [ | |
{ | |
"translation": "Uložiť", | |
"variations": [] | |
} | |
], | |
"tokens": [], | |
"types": [] | |
}, | |
"11608ffd7ee5e79d727ab00631b2c164": { | |
"translations": [ | |
{ | |
"translation": "{name} zdieľal odkaz. Dajte mu vedieť, že sa vám páči.", | |
"variations": [1] // 1 = male | |
}, | |
{ | |
"translation": "{name} zdieľala odkaz. Dajte jej vedieť, že sa vám páči.", | |
"variations": [2] // 2 = female | |
}, | |
{ | |
"translation": "Používateľ {name} zdieľal/a odkaz. Dajte mu vedieť, že sa vám páči.", | |
"variations": [3] // 3 = unknown/neutral gender | |
} | |
], | |
"tokens": ["name"], | |
"types": [3] // 3 = gender, 28 = number | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment