36 lines
1.3 KiB
Markdown
36 lines
1.3 KiB
Markdown
---
|
|
title: "Translations"
|
|
description: "Information on contributing translations to the Authelia project."
|
|
lead: "Authelia has translations for many using facing areas of the web portal. Contributing to these translations is a very easy process."
|
|
date: 2022-06-15T17:51:47+10:00
|
|
draft: false
|
|
images: []
|
|
menu:
|
|
contributing:
|
|
parent: "prologue"
|
|
weight: 130
|
|
toc: true
|
|
aliases:
|
|
- /docs/contributing/translations.html
|
|
---
|
|
|
|
The way the translation process is facilitated is via [Crowdin]. We encourage members of the community to
|
|
[join the Authelia Crowdin project](https://translate.authelia.com) and help translate their preferred language.
|
|
|
|
## New Langauges
|
|
|
|
If the language you wish to translate is not on [Crowdin] then you have a few options:
|
|
|
|
1. Ask for the language to be added via the [Crowdin] interface.
|
|
2. Ask a maintainer to add it via one of the [contact options](../../information/contact.md).
|
|
3. Make a pull request directly on GitHub modifying the translation files within
|
|
[this directory](https://github.com/authelia/authelia/tree/master/internal/server/locales).
|
|
|
|
## Overrides
|
|
|
|
Users can override translations easily locally using the
|
|
[assets](../../configuration/miscellaneous/server.md#assetpath) directory. This is useful if you wish to perform a
|
|
translation and see if it looks correct in the browser.
|
|
|
|
[Crowdin]: https://translate.authelia.com
|