On Sat, Aug 28, 2010 at 22:34, Elad Ossadon <[email protected]> wrote: > These are my Hebrew translations. Files should be saved as UTF-8. > (Save Link as, because my server doesn't output these files as UTF-8) > > http://projects.elad.ossadon.com/mootools-more-locale/Locale.he-IL.Date.js > http://projects.elad.ossadon.com/mootools-more-locale/Locale.he-IL.Form.Validator.js > http://projects.elad.ossadon.com/mootools-more-locale/Locale.he-IL.Number.js
Looking good, they're in: http://github.com/mootools/mootools-more/commit/937575a1 > I got error code 22 on "git push" but that's probably because I still > don't know how to use it properly. A git/github guide (it should be > very easy, isn't it?) would be nice. The error 22 is probably because you tried to push through http. Slightly updated version of Arian's git-how-to: 1. Login on github, and visit http://github.com/mootools/mootools-more . 2. Hit the Fork button at the top. 3. After the forking is done, you can go do the cloning: `git clone [email protected]:<username>/mootools-more.git` (don't forget to replace <username> with your github username.) 4. `git checkout 1.3wip`. 5. Create/edit the language files for your language, new ones created by copying the en-US version. 6. Commit the changes and push to github. 7. Let us know: reply this to thread, or send a pull request through github.
