-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
base: master
Are you sure you want to change the base?
fix README.id-ID.md #3332
Conversation
Corrected some spelling and words, and added information that had not been translated.
fixed some links
There was a problem hiding this 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 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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)** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
di sini
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