Skip to content

[id] Update missing language files#528

Closed
islukman wants to merge 2 commits into
codeigniter4:developfrom
islukman:develop
Closed

[id] Update missing language files#528
islukman wants to merge 2 commits into
codeigniter4:developfrom
islukman:develop

Conversation

@islukman
Copy link
Copy Markdown

Description
Added missing files: Api.php
Added missing translation for: CLI.php, Cast.php, Email.php, Images.php, Migration.php, Restful.php

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

Comment thread Language/id/Api.php Outdated
'invalidIncludes' => 'Parameter include tidak valid: {0}',
'missingInclude' => 'Metode include tidak ditemukan untuk: {0}',
'transformerNotFound' => 'Transformer \'{0}\' tidak ditemukan',
'invalidTransformer' => 'Transformer \'{0}\' tidak valid',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

must implement TransformerInterface

I'm not insisting, but the original has a clarification.

Comment thread Language/id/Images.php Outdated
'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)',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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}"',

@neznaika0
Copy link
Copy Markdown
Contributor

Run vendor/bin/phpunit and check for errors if they exist.

@islukman
Copy link
Copy Markdown
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.

@islukman islukman requested a review from neznaika0 February 19, 2026 07:13
Copy link
Copy Markdown
Contributor

@neznaika0 neznaika0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@islukman islukman deleted the branch codeigniter4:develop February 19, 2026 08:15
@islukman islukman closed this Feb 19, 2026
@islukman islukman deleted the develop branch February 19, 2026 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants