maxkeppeler / sheets-compose-dialogs

✨ Enhancing Android UIs: A Jetpack Compose Library supporting a wide range of common use-cases with Material Design 3 Dialogs, Popups, and Bottom Sheets. ✨
https://maxkeppeler.github.io/sheets-compose-dialogs/
Apache License 2.0
780 stars 32 forks source link

How do I change the text used in calendar #58

Closed thomasponzo-dev closed 1 year ago

thomasponzo-dev commented 1 year ago

I want to change the text Select month to my own language and also Select year how can I do this?

maxkeppeler commented 1 year ago

What do you mean by "to your language"? Currently, it is in English, and are you looking to have it translated into your language? These strings are part of the library and require translation in the string files. May I know which language you need?

thomasponzo-dev commented 1 year ago

dutch select month should be selecteer maand and select year should be select selecteer jaartal

maxkeppeler commented 1 year ago

Are they correct?


<string name="scd_calendar_dialog_select_month">Selecteer maand</string>
<string name="scd_calendar_dialog_next_month">Volgende maand</string>
<string name="scd_calendar_dialog_prev_month">Vorige maand</string>
<string name="scd_calendar_dialog_next_week">Volgende week</string>
<string name="scd_calendar_dialog_prev_week">Vorige week</string>
<string name="scd_calendar_dialog_select_year">Selecteer jaar</string>
thomasponzo-dev commented 1 year ago

yes they are correct now

thomasponzo-dev commented 1 year ago

When are they gonna be included?

maxkeppeler commented 1 year ago

With the release of the next version.

thomasponzo-dev commented 1 year ago

Awesome thanks for adding it in :D amazing library. Do you have a rough estimate when the next version is released?

maxkeppeler commented 1 year ago

I do not have any time this weekend, but I will attempt to fix some more issues and release a new version the weekend after...