Skip to content

PressCrew/infinity-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Infinity Theming Engine Languages

Getting Infinity to display in your preferred language is easy!

Using an existing translation

See Installing WordPress in Your Language for an overview of how to enable WordPress translations.

  1. Download the branch of this repository which matches the version of Infinity you have installed.
  2. Create the wp-content/languages/ folder if it does not already exist.
  3. Copy or move the downloaded file to that folder
  4. Extract the package and rename the extracted folder to infinity
  5. Make sure to properly define the WP_LANG constant in wp-config.php.

Creating a new translation

See Translating WordPress for an overview of how to create translations for WordPress.

  1. Complete the steps for using an existing translation above.
  2. Load the infinity.pot file into the translation tool of your choice and put the generated "po" and "mo" into the languages/infinity/ folder.

Contributing your translation

  1. Fork this repository.
  2. Commit your translation to the correct branch of your fork.
  3. Push your changes to GitHub.
  4. Submit a pull request from your fork's branch to the same branch of this repository.

String errors, omissions, misspellings or other inaccuracies

  1. Submit a new issue to this repository.
  2. Be patient.

Any translation related issues created on the main Infinity repository will not be answered and more than likely deleted.

Releases

No releases published

Packages

No packages published