Skip to content

Commit

Permalink
improved readme file and added fil phone_number_component
Browse files Browse the repository at this point in the history
  • Loading branch information
Patsy101 committed Feb 25, 2024
1 parent a37dec4 commit 702fd00
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ Where you see ${some_text} this is variable text our system automatically genera
1. Run `npm run validate` which will check all files against our json schema to make sure all keys are accounted for.
2. Run `npm run validate --file=en/auth.json` to check a single file.

5. Make a PR from your fork back to this repo.
5. Once you have completed translating the preferred language (e.g.`en/auth.json`) and passed validation checks, please mark it as done by copying this checkmark (✅) and placing it in the "Status" column of the table for your translated language in the README.md file.

6. When in doubt, please refer to Kinde’s [contributing guidelines](https://github.com/kinde-oss/.github/blob/489e2ca9c3307c2b2e098a885e22f2239116394a/CONTRIBUTING.md).
6. Make a PR from your fork back to this repo. In the PR comment, under Explain your changes, describe what language you added, changed, or fixed. Additionally, please describe briefly your experiences with translation (e.g. links to previous work).

7. When in doubt, please refer to Kinde’s [contributing guidelines](https://github.com/kinde-oss/.github/blob/489e2ca9c3307c2b2e098a885e22f2239116394a/CONTRIBUTING.md).

## Language codes

Expand Down
11 changes: 11 additions & 0 deletions fil/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,17 @@
"back_button": "Bumalik para mag-sign in",
"sign_in_another_way_separator": "o kaya",
"sign_in_another_way_link": "mag-sign sa ibang paraan"
},
"phone_number_component": {
"phone_input_label": "Numero ng telepono",
"country_select_label": "Bansa",
"use_email_link": "Lumipat sa email",
"use_phone_link": "Lumipat sa numero ng telepono",
"phone_input_error_sms_limit_reached": "Hindi makapagpadala ng code. Hindi naka-set up ang SMS message service. Mag-sign in gamit ang ibang paraan.",
"phone_input_error_invalid_country_code": "Di-wastong code ng bansa. Pumili mula sa listahan ng bansa.",
"phone_input_error_required": "Hindi maaaring iwanang blangko ang numero ng telepono",
"phone_input_error_invalid_format": "Maglagay ng wastong numero nang walang mga puwang o nangungunang country code",
"phone_input_error_no_account_found": "Walang nakitang account na may ganitong numero ng telepono"
}
}
}

0 comments on commit 702fd00

Please sign in to comment.