finished!

This commit is contained in:
Shaoliang Nie 2018-11-13 17:43:05 -05:00
parent 3a64d50364
commit 21c057128f
2 changed files with 602 additions and 590 deletions

View File

@ -3,18 +3,18 @@
// (make sure there's two newlines between yours and the other sections) // (make sure there's two newlines between yours and the other sections)
// and translate that. Here's what the lines in each section means // and translate that. Here's what the lines in each section means
// //
// 1: your language 2-letter code: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes // 1 your language 2-letter code https//en.wikipedia.org/wiki/List_of_ISO_639-1_codes
// 2: your language's name, in its native language // 2 your language's name, in its native language
// 3: the URL of your page. in most cases it'll be ./[2-letter code].html, // 3 the URL of your page. in most cases it'll be ./[2-letter code].html,
// but if for whatever reason your translation exists on a different domain altogether, // but if for whatever reason your translation exists on a different domain altogether,
// (say, you need to make significant changes to the code for your translation to work) // (say, you need to make significant changes to the code for your translation to work)
// you can also link to an absolute URL elsewhere // you can also link to an absolute URL elsewhere
// 4: the prompt to ask to switch to your language // 4 the prompt to ask to switch to your language
// (shows if the user's browser's language is set to yours and they're not already there) // (shows if the user's browser's language is set to yours and they're not already there)
// 5: a *casual* yes // 5 a *casual* yes
// 6: a *casual* no // 6 a *casual* no
// 7: where you can credit yourself! // 7 where you can credit yourself!
// 8: the link to the original English version // 8 the link to the original English version
en en
English English
@ -30,4 +30,13 @@ Would you like to switch to Example Language?
Sure! Sure!
Nah Nah
translated by Your Name translated by Your Name
original in english
zh
中文
./zh.html
Would you like to switch to Example Language?
Sure!
Nah
translated by Shaoliang Nie
original in english original in english

1167
zh.html

File diff suppressed because it is too large Load Diff