]> jfr.im git - irc/kvirc/kvirc-www.git/commitdiff
update readme
authorBenjamin Staneck <redacted>
Wed, 25 Apr 2018 14:49:12 +0000 (16:49 +0200)
committerBenjamin Staneck <redacted>
Wed, 25 Apr 2018 14:49:12 +0000 (16:49 +0200)
conf/config.php
translation/README

index 9209aa06ca4bc993a011b4e0ab7ad5be7eedfa65..d816e31b4e704da98a7671b9ca6bdb222a8878f3 100644 (file)
@@ -125,7 +125,7 @@ $honor=array(
        array("nick" => "Njaard", "name" => "Charles Samuels", "mail" => "kcharles [at] altair.dhs [dot] org", "made" => $template['honor']['made30'], "quote" => $template['honor']['quote30'], "image" => "unknown"),
        array("nick" => "BuTi", "name" => "", "mail" => "buti [at] geocities [dot] com", "made" => $template['honor']['made31'], "quote" => "", "image" => "unknown"),
        array("nick" => "Error403", "name" => "Nick Betcher", "mail" => "nbetcher [at] real-time [dot] com", "made" => "", "quote" => $template['honor']['quote32'], "image" => "unknown"),
-       array("nick" => "Crocodile", "name" => "Olle Holne", "mail" => "olle [at] xmms [dot] org", "made" => $template['honor']['made33'], "quote" => "", "image" => "unknown"),
+       array("nick" => "Crocodile", "name" => "Olle Hällnäs", "mail" => "olle [at] xmms [dot] org", "made" => $template['honor']['made33'], "quote" => "", "image" => "unknown"),
        array("nick" => "marl", "name" => "Giovanni Ferri", "mail" => "giovanni [at] fonderiadigitale [dot] it", "made" => $template['honor']['made34'], "quote" => $template['honor']['quote34'], "image" => "unknown"),
        array("nick" => "[Anodine]", "name" => "Anodine", "mail" => "", "made" => $template['honor']['made35'], "quote" => $template['honor']['quote35'], "image" => "unknown"),
        array("nick" => "infected", "name" => "Paul Boehm", "mail" => "", "made" => $template['honor']['made36'], "quote" => $template['honor']['quote36'], "image" => "unknown"),
index 11474c634bba3594d937ffeb3853649aac08ed2c..365c52819f817995b4d7e5745fedae2aa5422224 100644 (file)
@@ -1,20 +1,16 @@
 To translate the site just follows these rules:
 
-1) get the last SVN version of the site. To do that simply run
-   svn co https://svn.kvirc.de/svn/trunk/www
+1) Get the lastest Git version of the site. To do that simply run
+   git clone https://github.com/kvirc/kvirc-www
 
-2) if your language file does not exists, create it using English one
+2) If your language file does not exists, create it using English one
    cp locale_en.php locale_XX.php
    where XX is your language code
-   
-3) edit your file. To do that simply remove English strings and
-   replace them with string in your language. Pay attention to special
+
+3) Edit your file. To do that simply remove English strings and
+   replace them with strings in your language. Pay attention to special
    characters as \" or \$ or the translation won't work as expected.
    You MUST USE UTF-8 as coding standard, so make sure your editor will
-   use it when saving the translation file
-   
-4) when you're satisfied about your translation file, upload it to the
-   SVN server. If you have not a writeable SVN account, send it to
-   hellvis69 [at] gmail [dot] com
-   
-5) have fun!
+   use it when saving the translation file.
+
+4) When you're satisfied with your translation file, open a pull request on the repo.
\ No newline at end of file