WhereIsLucas / ploi-translations

All the translations within Ploi's UI.

Home Page:https://ploi.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ploi translations 🚀

The future is now - so stop the hassle, you’re running behind. Quick and easy site deployment with Ploi. Awesome features for awesome developers. Check it out at https://ploi.io

Translations

This package contains all the translations used at ploi.io

You are free to create a pull request with a new translation:

{locale}.json

For example, if you are from germany create a de.json and copy over the contents from another json file to translate.

We recommend to use the nl.json file to copy from as that is usually the one that is most up to date.

The base translations are always english in the JSON files and the values inside represent your translations.

1 line command to copy over your file to another translation (make sure to replace {locale} with your country language code:

cp lang/nl.json lang/{locale}.json

Example contents:

{
  "Dashboard": "Dashboard",
  "Manage": "Beheer",
  "Search..": "Zoeken..",
  "Overview": "Overzicht",
  ...
}

A example file for the JSON files can be found at: src/resources/lang/nl.json.

New translation keys

Take a look at our changelog.md to view recent changes, we'll always post the newly added keys in there.

Contributors

  • sl by @morpheus7CS
  • zh-CN by @mingyoung
  • da by @peterbrinck
  • pt-BR by @rmundel
  • bg by @MrGKanev
  • de by @LKaemmerling
  • ru by Illia Sakovich
  • sv by @adevade

About

All the translations within Ploi's UI.

https://ploi.io

License:MIT License


Languages

Language:PHP 100.0%