Last active
March 12, 2020 17:29
-
-
Save HansMuller/4beb7f05c99b49398a4812200b62d411 to your computer and use it in GitHub Desktop.
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
{ | |
"@@locale": "es", | |
"helloWorld": "Hola Mundo", | |
"hello": "Hola $world", | |
"greeting": "$hello $world" | |
"helloWorlds": "{count,plural, =0{Hola}=1{Hola mundo}=2{Hola dos mundos}few{Hola {count} mundos}many{Hola todos {count} mundos}other{Hola otros {count} mundos}}", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment