[3.x] Move ku to ckb with complete translation #7837
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey there!
This PR moves existing
ku
translation tockb
that includes full complete Central Kurdish translation.Why?
The Kurdish language has a variety of dialects, leading to inconsistencies in many packages. The
ku
locale, for instance, might represent Central Kurdish translation in one package, but in another package, it could be Northern or Southern Kurdish. These dialect differences are significant and could result in unintentional selection of the locale.Therefore, this pull request proposes a consistent CLDR locale code by moving the existing
ku
locale tockb
locale, which represents Central Kurdish translation, into its own designated locale code.Some packages support
ckb
for Central Kurdish translation such as Carbon which is very intuitive to easily sync the translation once it's changed within Laravel's locale, but unfortunately some JS packages haven't merged the already opened migration fromku
tockb
locale for Central Kurdish translations. Therefore, this PR will use the existingku
translation indayjs
and exports it asckb
translation. If in the future these locales merged successfully, we can also update the locale packages for Filament as well.After FilePond merges
ckb
locale, we can also update supported locales in Filament.Thank you!
References: