forked from GitHub/dbot
a53eb5e0d2
This patch converts all English language strings used within depressionbot's localisation interface (that is, strings.json) to their ISO-639-1 equivalents. The purpose of this patch is to make the strings.json file less English-dependent. All languages with an ISO-639-1 code have been converted; that is, English, Spanish and Welsh, to ``en``, ``es`` and ``cy`` respectively. This patch does not attempt to force a solution to the issue of Na'vi: the language does not have a large enough corpus to warrant its own ISO 639-3 code, and as such there is no perfect solution. For the time being, this patch keeps the Na'vi language as its English language string ("Na'vi"). A possible solution to this discrepancy includes using the ISO 639-3 code ``art``, used for artificial languages that do not qualify for an official code, or by using local use codes specified in ISO 639-3 (qaa to qtz). This patch requires collaboration with upstream repositories that also use strings.json, such as the Github and Stats modules.
45 lines
966 B
JSON
45 lines
966 B
JSON
{
|
|
"rain-0": {
|
|
"en" : "It's not raining in {place}."
|
|
},
|
|
"rain-1": {
|
|
"en" : "It's raining in {place}."
|
|
},
|
|
"rain-2": {
|
|
"en" : "It's raining rather a lot in {place}."
|
|
},
|
|
"rain-3": {
|
|
"en" : "It's raining shitloads."
|
|
},
|
|
"rain-4": {
|
|
"en" : "It's raining fucktons."
|
|
},
|
|
"rain-5": {
|
|
"en" : "It's raining whales (in {place})!"
|
|
},
|
|
"rain-6": {
|
|
"en" : "IT'S SO FUCKING WET OUT HERE MAN"
|
|
},
|
|
"rain-7": {
|
|
"en" : "I AM SO MOIST RIGHT NOW"
|
|
},
|
|
"rain-8": {
|
|
"en" : "You used a #3 pencil instead of #2, didn't you?"
|
|
},
|
|
"rain-9": {
|
|
"en" : "WELCOME TO ATLANTIS"
|
|
},
|
|
"rain-10": {
|
|
"en" : "GET INSIDE"
|
|
},
|
|
"rain-11": {
|
|
"en" : "LOL U PROBABLY DIED"
|
|
},
|
|
"rain-e": {
|
|
"en" : "Unable to fetch weather data."
|
|
},
|
|
"rain-u": {
|
|
"en": "Location too ambigious to process."
|
|
}
|
|
}
|