mirror of
https://github.com/ergochat/ergo.git
synced 2026-01-26 21:39:21 -08:00
Make LANGUAGE support work
This commit is contained in:
parent
a7fdade41d
commit
e99f22488f
8 changed files with 255 additions and 14 deletions
|
|
@ -13,9 +13,10 @@ maintainers: "Daniel Oaks <daniel@danieloaks.net>"
|
|||
# incomplete - whether to mark this language as incomplete
|
||||
incomplete: true
|
||||
|
||||
# strings - this holds the actual replacements
|
||||
# make sure this is the last part of the file, and that the below string, "strings:", stays as-is
|
||||
# the language-update processor uses the next line to designate which part of the file to ignore and
|
||||
# which part to actually process.
|
||||
strings:
|
||||
"Welcome to the Internet Relay Network %s": "Welcome bro to the IRN broski %s"
|
||||
# translations - this holds the actual replacements
|
||||
# make sure this is the last part of the file, and that the below string, "translations:",
|
||||
# stays as-is. the language-update processor uses the next line to designate which part of
|
||||
# the file to ignore and which part to actually process.
|
||||
translations:
|
||||
"Welcome to the Internet Relay Network %s": "Welcome braaaah to the IRN broski %s"
|
||||
"Language preferences have been set": "You've set your languages man, wicked!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue