Skip to content

Added Languages to building-extensions. #487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions docs/building-extensions/languages/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
sidebar_position: 3
title: Languages
---

Languages
=========

## Language Packs

Joomla implements multilingual functionality using language packs, the default being British English. Each language pack consists of a number of .ini files for each **core** extension and each client (admin, api or site). There is information on the structure and use of language files in the [Multilingual](../../general-concepts/multilingual/) section of General Concepts in this manual. This section is more concerned with language packs as extensions.

## Language Pack Documentation

There are many parts to the Joomla language system, each needing its own specific documentation. For example:

- Official Language Packs created by translation of the English originals require management code that is not part of the Joomla CMS.
- The actual translation of language packs using Crowdin requires Translator documentation.
- The use of multiple languages in a Joomla site using Associations or Overrides requires User documentation.
- The CMS language debugging feature requires Developer documentation.
- Third party components may offer several languages for which developers need some guidance on best practices.
- There may be circumstances where a Language Pack produced by a third party is not an ***Official*** language pack. An example is described for [Scottish Gaelic](../languages/language-extension-example/) in this section of the Manual.

## References

- [Making a Language Pack for Joomla](https://docs.joomla.org/J3.x:Making_a_Language_Pack_for_Joomla)
* This article is a little out of date and uses French as an example of how to build a language pack for Joomla 3.
- [Joomla's L10N-hearted](https://magazine.joomla.org/all-issues/august/joomla-s-l10n-hearted)
* This article describes how translation is accomplished using Crowdin.
Loading