Add Kurdish Sorani (ckb) translation for quick create button#92
Closed
Hamoi1 wants to merge 13 commits into
Closed
Add Kurdish Sorani (ckb) translation for quick create button#92Hamoi1 wants to merge 13 commits into
Hamoi1 wants to merge 13 commits into
Conversation
The Livewire::component() call in boot() registers the component too late in the Filament plugin lifecycle. In Livewire v4.2.0, internal timing changes exposed this latent issue, causing "Unable to find component: [quick-create-menu]" errors. The register() method runs during service provider registration, which is the correct phase for Livewire component registration. This matches the pattern used in the awcodes/recently plugin.
…nent-in-register Move Livewire component registration from boot() to register()
Updated README to include GitHub release and stars badges.
Updated badge styles and labels in README.md.
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.5.0 to 3.0.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2.5.0...v3.0.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/fetch-metadata-3.0.0 Chore(deps): Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…dependabot/fetch-metadata-3.1.0 Chore(deps): Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0
There was a problem hiding this comment.
Pull request overview
Adds a Kurdish Sorani (ckb) localization file for the package’s “Quick Create” button label, aligning the ckb translation structure with the existing English locale.
Changes:
- Introduced a new
ckblanguage file for the quick-create translation key. - Added Kurdish Sorani translation for
button_label.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Owner
|
Can you target this to the 4.x branch then I'll merge it to 5.x please. |
Author
|
Done, I’ve retargeted the PR to the 4.x branch. Thank you! |
Owner
|
Thanks for the PR, since you created it against the 5.x branch I've had to manually add it to 4.x and 5.x. It will be in the next release. Thanks again. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request adds a new localization file for the Central Kurdish (ckb) language to support the "Quick Create" button label.
Localization:
resources/lang/ckb/quick-create.phpwith a translation for thebutton_labelkey, enabling Central Kurdish support for the "Quick Create" feature.