Daniel Zhang 91bad8ff63 Perfect chinese translations and fix some gettext translations %!s(int64=11) %!d(string=hai) anos
..
README 4809299c07 added translation option %!s(int64=13) %!d(string=hai) anos
da_DK.po c03fbca5a6 Create da_DK.po %!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 599ef53c2a French translation %!s(int64=12) %!d(string=hai) anos
fr_FR.po 599ef53c2a French translation %!s(int64=12) %!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 43c4c47a06 Fixed the representation of the datestamp ordinals - capital S instead of small s. %!s(int64=13) %!d(string=hai) anos
hu_HU.mo 1f2bcce1e4 adding translation %!s(int64=12) %!d(string=hai) anos
hu_HU.po 1f2bcce1e4 adding translation %!s(int64=12) %!d(string=hai) anos
it_IT.mo 8b469cfad1 Fixed html entities %!s(int64=13) %!d(string=hai) anos
it_IT.po 8b469cfad1 Fixed html entities %!s(int64=13) %!d(string=hai) anos
ja.mo cfb2a1e36c Japanese translation %!s(int64=12) %!d(string=hai) anos
ja.po cfb2a1e36c Japanese translation %!s(int64=12) %!d(string=hai) anos
lt_LT.mo 342d0acae9 adding Lithuanian translation %!s(int64=12) %!d(string=hai) anos
lt_LT.po 342d0acae9 adding Lithuanian translation %!s(int64=12) %!d(string=hai) anos
nb_NO.mo 9d266e8640 Compiled the translation %!s(int64=12) %!d(string=hai) anos
nb_NO.po 9282fce011 Translated to Norwegian Bokmål %!s(int64=12) %!d(string=hai) anos
nl_NL.mo 93d11daf00 merging 1.7 into master %!s(int64=12) %!d(string=hai) anos
nl_NL.po 93d11daf00 merging 1.7 into master %!s(int64=12) %!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
ro_RO.mo a662c67fa3 Add Romanian Language files for bones #446 %!s(int64=12) %!d(string=hai) anos
ro_RO.po a662c67fa3 Add Romanian Language files for bones #446 %!s(int64=12) %!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
zh_CN.mo 91bad8ff63 Perfect chinese translations and fix some gettext translations %!s(int64=11) %!d(string=hai) anos
zh_CN.po 91bad8ff63 Perfect chinese translations and fix some gettext translations %!s(int64=11) %!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