Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a parameter placeholder #34

Merged
merged 2 commits into from
Jan 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 1.8.2

+ [#34](https://github.com/luyadev/luya-module-forms/pull/34) Fixed a parameter placeholder in indonesia language

## 1.8.1 (31. October 2023)

+ [#32](https://github.com/luyadev/luya-module-forms/pull/32) Added bahasa indonesia language
Expand Down
2 changes: 1 addition & 1 deletion src/messages/id/forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'form_label_previewSubmitButtonLabel' => 'Label tombol berikut pratinjau',
'form_label_submitButtonLabel' => 'Label tombol kirim formulir',
'form_model_copy_to_attribute_hint' => 'Jika atribut ditentukan dan ada dalam formulir, nilai bidangnya akan ditambahkan ke daftar penerima.',
'form_model_email_intro_hint' => 'Teks bidang ini akan digunakan sebagai teks pengantar untuk email. Semua variabel yang ditentukan dapat dimasukkan dengan {{atribut}}.',
'form_model_email_intro_hint' => 'Teks bidang ini akan digunakan sebagai teks pengantar untuk email. Semua variabel yang ditentukan dapat dimasukkan dengan {{attribute}}.',
'form_model_email_recipients_hint' => 'Jika tidak ada penerima yang disediakan, pengiriman formulir tidak akan memicu pengiriman email.',
'form_model_subject_hint' => 'Subjek email. Jika tidak ditentukan, judul formulir akan digunakan.',
'As Hidden Input Value' => 'Sebagai Nilai Input Tersembunyi',
Expand Down
Loading