Skip to content

fix README.id-ID.md #3332

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix README.id-ID.md #3332

wants to merge 2 commits into from

Conversation

Kasehito
Copy link

Description of Changes

Fixed some wording issues in the Indonesian README and translated sections that were previously untranslated. No changes were made to the code or application functionality.

Before/After

Checklist

  • Updated documentation (Indonesian README).
  • Added/updated tests (Not needed).
  • No code changes, so all existing tests should run as expected.

Corrected some spelling and words, and added information that had not been translated.
fixed some links
@Kasehito Kasehito changed the title Patch 1 fix README.id-ID.md Mar 27, 2025
Copy link

@fauzipadlaw fauzipadlaw left a comment

Choose a reason for hiding this comment

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

I got some comments, would be better if you could update it. Thanks!

@@ -68,33 +86,33 @@

# Tentang Get

Choose a reason for hiding this comment

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

could have updated this also GetX and update the link in line 39

@@ -522,7 +541,7 @@ GetPage onPageCalled(GetPage page) {
### OnBindingsStart

Fungsi ini akan terpanggil tepat sebelum Binding ter-inisialisasi.
Disini anda bisa mengubah Binding untuk halaman yang dituju.
Disini kita bisa mengubah Binding untuk halaman yang dituju.

Choose a reason for hiding this comment

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

Di sini

@@ -537,7 +556,7 @@ List<Bindings> onBindingsStart(List<Bindings> bindings) {
### OnPageBuildStart

Fungsi ini akan terpanggil tepat setelah Binding ter-inisialisasi.
Disini anda bisa melakukan sesuatu sebelum halaman yang dituju dibuat.
Disini kita bisa melakukan sesuatu sebelum halaman yang dituju dibuat.

Choose a reason for hiding this comment

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

Di sini

@@ -739,18 +758,18 @@ GetMaterialApp(
);

void localLogWriter(String text, {bool isError = false}) {
// oper message ke logging package favorit anda disini
// oper message ke logging package favorit kita disini

Choose a reason for hiding this comment

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

di sini

/// supaya GetMaterialApp() tidak perlu rebuild, dan mengambil nilainya secara langsung.
void initServices() async {
print('starting services ...');
/// Disini adalah dimana anda meletakkan get_storage, hive, inisialisasi shared_pref.
/// Disini adalah dimana kita meletakkan get_storage, hive, inisialisasi shared_pref.

Choose a reason for hiding this comment

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

Di sini

@@ -244,14 +263,14 @@ Pindah ke halaman baru:
Get.to(NextScreen());
```

Pindah ke halaman baru menggunakan nama. Baca detail lebih lanjut tentang penamaan route [disini](./documentation/id_ID/route_management.md#navigation-with-named-routes)
Pindah ke halaman baru menggunakan nama route. Baca detail lebih lanjut tentang penamaan route [disini](./documentation/id_ID/route_management.md#navigation-with-named-routes)

Choose a reason for hiding this comment

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

di sini


### Detail lebih lanjut mengenai route management

**Get bekerja dengan named route dan juga menawarkan kontrol dengan level yang lebih rendah untuk navigasimu! Dokumentasinya ada [disini](./documentation/id_ID/route_management.md)**
**Get bekerja dengan named route dan juga menawarkan kontrol lebih mudah untuk navigasimu! Dokumentasinya ada [disini](./documentation/id_ID/route_management.md)**

Choose a reason for hiding this comment

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

di sini

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