Skip to content

feat: Introduce locale package and add Arabic (ar_SA) translation.#4024

Open
mhndm wants to merge 4 commits intominiflux:mainfrom
mhndm:main
Open

feat: Introduce locale package and add Arabic (ar_SA) translation.#4024
mhndm wants to merge 4 commits intominiflux:mainfrom
mhndm:main

Conversation

@mhndm
Copy link

@mhndm mhndm commented Feb 2, 2026

Adding Arabic lang

@mhndm mhndm closed this Feb 2, 2026
@mhndm mhndm reopened this Feb 2, 2026
@fguillot
Copy link
Member

fguillot commented Feb 3, 2026

The unit tests are not passing. There are few issues regarding the plural translations.

There are 6 plural forms for the Arabic language according to https://docs.translatehouse.org/projects/localization-guide/en/latest/l10n/pluralforms.html

nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants