-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
I18n (Internationalization) of the Maybe App #1225
Comments
I think it would be helpful to keep date formatting separate from the locale and use the locale-associated date formatting as a fallback. For instance, I'd prefer British English but want dates displayed in the US format. |
@arsenstorm separation of date and locale has been implemented in the latest version of the app. Keeping this issue open since translations are NOT complete/ready yet. |
I'll be here for the french translation ! Can't wait 🚀 |
I'm happy to take on Spanish and Catalan once Maybe is accepting translations. |
FYI JS's Intl has very extensive support for number (including currency) and date/time localization |
The purpose of this issue is twofold:
What is I18n?
I18n (Internationalization) is a crucial aspect of our global personal finance app. It involves adapting the software to support various languages and regional differences without changing the codebase. This process is essential for creating a "native" feel for users worldwide.
Key Components of I18n:
Challenges and Considerations:
There's a lot more to it than meets the eye, so we thought it would be helpful to the community to walk through our near-term and long-term plans for full I18n support.
What is Maybe's plan for I18n?
We are a small, English-speaking COSS startup. Because of our team size and limited runway, we have to be conscious that we are spending our time on the high value personal finance features that help you manage your finances more effectively.
Below outlines our plan to support a variety of user locales.
Near-term I18n support
In the near term, we intend to support multi-currency and date/time formatting for the following locales, which aligns with the
I18n.available_locales
from the i18n gem:In your preferences, you can select your desired locale and currency, which we will use to format currencies, dates, and times in the UI:
Long-term I18n support
When the product reaches some stability (i.e. where we're not making huge changes on a weekly basis), we will begin working on translating the UI to the various locales mentioned above.
While AI will make this easier, we will still have to rely heavily on the community to help us with this.
Can I contribute translations now?
Important
Unfortunately, we are not accepting translations PRs at this time.
While it may seem harmless on the surface, adding translations in various languages adds significant overhead to the development process and requires our very small team to spend time and resources ensuring that the translations are accurate and more importantly, that they stay up-to-date as the app evolves.
We will post an update to this issue when we are ready to start working on these.
If you have any questions or suggestions, feel free to leave them below :)
The text was updated successfully, but these errors were encountered: