litrik
09/15/2025, 8:47 AMStefan Oltmann
09/15/2025, 8:58 AMืืืืื ืืืก
09/15/2025, 9:00 AMlitrik
09/15/2025, 9:04 AM"<https://docs.google.com/spreadsheets/d/${sheetId}/export?format=csv&gid=${tabId}>"ืืืืื ืืืก
09/15/2025, 9:05 AMlitrik
09/15/2025, 9:06 AMืืืืื ืืืก
09/15/2025, 9:07 AMDavid
09/15/2025, 9:16 AMBenni H.
09/15/2025, 9:38 AMlitrik
09/15/2025, 9:46 AMstrings_generated.xml contains strings like event_days_left_one and event_days_left_other (generated from the Google Sheet), I would add the following to the main strings.xml to define the plurals:
<plurals name="event_days_left">
<item quantity="one">@string/event_days_left_one</item>
<item quantity="other">@string/event_days_left_other</item>
</plurals>
Maybe I can implement something similar to what @David did in the tool he mentioned above.litrik
09/16/2025, 7:12 AMBenni H.
09/16/2025, 7:14 AMlitrik
09/16/2025, 7:15 AM