[id] Update missing language files#528
Closed
islukman wants to merge 2 commits into
Closed
Conversation
… Migration, and RESTful
neznaika0
suggested changes
Feb 19, 2026
| 'invalidIncludes' => 'Parameter include tidak valid: {0}', | ||
| 'missingInclude' => 'Metode include tidak ditemukan untuk: {0}', | ||
| 'transformerNotFound' => 'Transformer \'{0}\' tidak ditemukan', | ||
| 'invalidTransformer' => 'Transformer \'{0}\' tidak valid', |
Contributor
There was a problem hiding this comment.
must implement TransformerInterface
I'm not insisting, but the original has a clarification.
| 'saveFailed' => 'Tidak dapat menyimpan gambar. Pastikan gambar dan direktori berkas dapat ditulis.', | ||
| 'invalidDirection' => 'Arah balik hanya bisa `vertical` atau `horizontal`. Diberikan: "{0}"', | ||
| 'exifNotSupported' => 'Membaca data EXIF tidak didukung oleh instalasi PHP ini.', | ||
| 'libPathInvalid' => 'Jalur ke pustaka gambar Anda tidak benar. Silakan mengatur jalur yang benar dalam preferensi gambar Anda. "{0}", string)', |
Contributor
There was a problem hiding this comment.
Original, you have typo:
// @deprecated
'libPathInvalid' => 'The path to your image library is not correct. Please set the correct path in your image preferences. "{0}"',
Contributor
|
Run |
Author
|
Thanks for the catch! I've updated the TransformerInterface text in Api.php and fixed the typo in Images.php. Let me know if everything looks good now. |
neznaika0
suggested changes
Feb 19, 2026
Contributor
neznaika0
left a comment
There was a problem hiding this comment.
See Router
'invalidControllerName' => 'The namespace delimiter is a backslash (\\), not a slash (/). Route handler: "{0}"',
See Sesssion
'missingDatabaseTable' => 'Session: "savePath" must have the table name for the Database Session Handler to work.',
Rename branch, not "develop"
If you have time, you can check other files. There may be undiscovered errors.
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.
Description
Added missing files: Api.php
Added missing translation for: CLI.php, Cast.php, Email.php, Images.php, Migration.php, Restful.php
Checklist: