code.gitea.io/gitea@v1.22.3/docs/content/contributing/localization.en-us.md (about)

     1  ---
     2  date: "2016-12-01T16:00:00+02:00"
     3  title: "Localization"
     4  slug: "localization"
     5  sidebar_position: 70
     6  toc: false
     7  draft: false
     8  aliases:
     9    - /en-us/localization
    10  menu:
    11    sidebar:
    12      parent: "contributing"
    13      name: "Localization"
    14      sidebar_position: 70
    15      identifier: "localization"
    16  ---
    17  
    18  # Localization
    19  
    20  Gitea's localization happens through our [Crowdin project](https://crowdin.com/project/gitea).
    21  
    22  For changes to an **English** translation, a pull request can be made that changes the appropriate key in
    23  the [english locale](https://github.com/go-gitea/gitea/blob/main/options/locale/locale_en-US.ini).
    24  
    25  For changes to a **non-English** translation, refer to the Crowdin project above.
    26  
    27  ## Supported Languages
    28  
    29  Any language listed in the above Crowdin project will be supported as long as 25% or more has been translated.
    30  
    31  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.
    32  
    33  At the time of writing, this means that a changed translation may not appear until the following Gitea release.
    34  
    35  If you use a bleeding edge build, it should appear as soon as you update after the change is synced.
    36  
    37  # How to Contribute
    38  
    39  Different Languages have different translation guidelines. Please visit the respective page for more information.