---
title: "Lokalisasi Django"
version: 6.0
locale: id
source: https://docs.djangoproject.com/id/6.0/internals/contributing/localizing/
canonical: https://djangodocs.dev/id/6.0/internals/contributing/localizing/
---
# Lokalisasi Django

Beragam bagian dari Django, seperti situs admin dan pengecekan pesan kesalahan, adalah internasionalisasi. Ini berarti mereka menampilkan berbeda tergantung pada setiap bahasa pengguna atau negara. Untuk ini, Django menggunakan internasionalisasi dan lokalisasi sama tersedia pada aplikasi Django, digambarkan dalam [i18n documentation](/id/6.0/topics/i18n/).

## Terjemahan

Terjemahan dibantu oleh pengguna Django seluruh dunia. Pekerjaan terjemahan dikordinasikan di [Transifex](https://www.transifex.com/).

If you find an incorrect translation or want to discuss specific translations,
go to the [Django project page](https://app.transifex.com/django/django/). If you would like to help out with
translating or adding a language that isn't yet translated, here's what to do:

- Perkenalkan diri anda dalam [Django internationalization forum](https://forum.djangoproject.com/c/internals/i18n/14).
- Pastikan anda membaca catatan tentang [Keahlian khusus dari terjemahan Django](/id/6.0/topics/i18n/translation/#specialties-of-django-i18n).
- Daftar di [Transifex](https://www.transifex.com/) dan kunjungi [Django project page](https://app.transifex.com/django/django/).
- Pada [Halaman proyek Django](https://app.transifex.com/django/django/), pilih bahasa anda inginkan untuk bekerja, **atau** -- di kasus bahasa tidak ada -- minta tim bahasa baru dengan mengklik pada tautan "Minta Bahasa" dan memilih bahasa yang sesuai.
- Then, click the "Join this Team" button to become a member of this team.
  Every team has at least one coordinator who is responsible to review
  your membership request. You can also contact the team coordinator to clarify
  procedural problems and handle the actual translation process.
- Once you are a member of a team choose the translation resource you
  want to update on the team page. For example, the "core" resource refers
  to the translation catalog that contains all non-contrib translations.
  Each of the contrib apps also has a resource (prefixed with "contrib").

  > **Note**
  >
  > Untuk informasi lebih tentang bagaimana menggunakan Transifex, baca [Transifex User Guide](https://help.transifex.com/).

Translations from Transifex are only integrated into the Django repository at
the time of a new [feature release](/id/6.0/internals/release-process/#term-Feature-release). We try to update
them a second time during one of the following [patch release](/id/6.0/internals/release-process/#term-Patch-release)s, but that depends on the translation manager's availability.
So don't miss the string freeze period (between the release candidate and the
feature release) to take the opportunity to complete and fix the translations
for your language!

## Bentuk

Anda dapat juga meninjau `conf/locale/<locale>/formats.py`. Berkas ini menggambarkan tanggal, waktu dan jumlah kekhasan bentuk untuk lokal anda. Lihat [Bentuk lokalisasi](/id/6.0/topics/i18n/formatting/) untuk rincian.

Bentuk berkas tidak dikelola dengan menggunakan Transifex. Untuk merubah mereka anda harus:

- [Create a pull request](/id/6.0/internals/contributing/writing-code/submitting-patches/#patch-review-checklist) against the Django Git
  `main` branch, as for any code change.
- Open a ticket in Django's ticket system, set its `Component` field to
  `Translations`, set the "has patch" flag, and include the link to the pull
  request.

## Dokumentasi

There is also an opportunity to translate the documentation, though this is a
huge undertaking to complete entirely (you have been warned!). We use the same
[Transifex tool](https://app.transifex.com/django/django-docs/). The
translations will appear at `https://docs.djangoproject.com/<language_code>/`
when at least the `docs/intro/*` files are fully translated in your language.

Sekali terjemahan diterbitkan, versi terperbaharui dari Transifex akan dihubungkan dengan tidak teratur ke gudang [django/django-docs-translations](https://github.com/django/django-docs-translations) dan ke situs janringan dokumentasi. Hanya terjemahan untuk terbitan Django stabil yang diperbaharui.
