Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

localization.en-us.md 1.1KB

123456789101112131415161718192021222324252627282930313233
  1. ---
  2. date: "2016-12-01T16:00:00+02:00"
  3. title: "Localization"
  4. slug: "localization"
  5. weight: 10
  6. toc: false
  7. draft: false
  8. menu:
  9. sidebar:
  10. parent: "features"
  11. name: "Localization"
  12. weight: 20
  13. identifier: "localization"
  14. ---
  15. # Localization
  16. Gitea's localization happens through our [Crowdin project](https://crowdin.com/project/gitea).
  17. For changes to an **English** translation, a pull request can be made that changes the appropriate key in
  18. the [english locale](https://github.com/go-gitea/gitea/blob/master/options/locale/locale_en-US.ini).
  19. For changes to a **non-English** translation, refer to the Crowdin project above.
  20. ## Supported Languages
  21. Any language listed in the above Crowdin project will be supported as long as 25% or more has been translated.
  22. After a translation has been accepted, it will be reflected in the main repository after the next Crowdin sync, which is generally after any PR is merged.
  23. At the time of writing, this means that a changed translation may not appear until the following Gitea release.
  24. If you use a bleeding edge build, it should appear as soon as you update after the change is synced.