Eddie Machado 53d7155841 updated new translation %!s(int64=13) %!d(string=hai) anos
..
README 4809299c07 added translation option %!s(int64=13) %!d(string=hai) anos
de_DE.mo 5e8125ff1d Updated German and Default Language Files %!s(int64=13) %!d(string=hai) anos
de_DE.po 5e8125ff1d Updated German and Default Language Files %!s(int64=13) %!d(string=hai) anos
default.mo 5e8125ff1d Updated German and Default Language Files %!s(int64=13) %!d(string=hai) anos
default.po 5e8125ff1d Updated German and Default Language Files %!s(int64=13) %!d(string=hai) anos
es_ES.mo b418db5fcb Spanish translation for Bones %!s(int64=13) %!d(string=hai) anos
es_ES.po b418db5fcb Spanish translation for Bones %!s(int64=13) %!d(string=hai) anos
fr_FR.mo 2b7563af9f French translation (added by @_anthony_durand) %!s(int64=13) %!d(string=hai) anos
fr_FR.po 2b7563af9f French translation (added by @_anthony_durand) %!s(int64=13) %!d(string=hai) anos
he_IL.mo bd29858ad9 hebrew translation %!s(int64=13) %!d(string=hai) anos
he_IL.po bd29858ad9 hebrew translation %!s(int64=13) %!d(string=hai) anos
hr.mo 85a2df8f84 Croatian translation added %!s(int64=13) %!d(string=hai) anos
hr.po 85a2df8f84 Croatian translation added %!s(int64=13) %!d(string=hai) anos
nl_NL.mo 53d7155841 updated new translation %!s(int64=13) %!d(string=hai) anos
nl_NL.po 53d7155841 updated new translation %!s(int64=13) %!d(string=hai) anos
pl_PL.mo 834b2b8300 added Polish translation files %!s(int64=13) %!d(string=hai) anos
pl_PL.po 834b2b8300 added Polish translation files %!s(int64=13) %!d(string=hai) anos
pt_PT.mo 3f8e592463 adding Portuguese translation %!s(int64=13) %!d(string=hai) anos
pt_PT.po 3f8e592463 adding Portuguese translation %!s(int64=13) %!d(string=hai) anos
ru_RU.mo 149cd5d636 added Russian translation files %!s(int64=13) %!d(string=hai) anos
ru_RU.po 149cd5d636 added Russian translation files %!s(int64=13) %!d(string=hai) anos
sv_SE.mo 91c064e2a6 Swedish Tranlastion FTW %!s(int64=13) %!d(string=hai) anos
sv_SE.po 91c064e2a6 Swedish Tranlastion FTW %!s(int64=13) %!d(string=hai) anos
translation.php 5cafd66b31 changed TEMPLATEPATH to get_template_directory %!s(int64=13) %!d(string=hai) anos
zh_CN.mo c04f9c5e20 Chinese translation added %!s(int64=13) %!d(string=hai) anos
zh_CN.po c04f9c5e20 Chinese translation added %!s(int64=13) %!d(string=hai) anos

README

## bones / languages

**This folder contains the language-files for the bones framework.**

A function in `functions.php` identifies the LOCALE (e.g. da_DK) of your WordPress installation. If there is a language-file in `languages/` named accordingly (e.g. `da_DK.mo`), bones will use it. Fallback is English.

### How to translate bones to your language

1 Make a copy of `default.po` an change the filename to your LOCALE.po (e.g. `da_DK.mo`)
2 Use [poedit](http://www.poedit.net/ "home of poedit") to edit your po-file.
3 When saving your po-file, poedit will create/update a corresponding mo-file.
4 Please commit both your po- and mo-file.

### More

http://codex.wordpress.org/I18n_for_WordPress_Developers

http://www.wdmac.com/how-to-create-a-po-language-translation#more-631