-
-
Notifications
You must be signed in to change notification settings - Fork 449
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
Getting rid of this dirty hack (tag.replaceAll("(en:|fr:)", "")) for language management #852
Comments
@teolemon i will correct this ,should i go ahead ? |
I was just gonna open an issue for that 😅 . Thanks. |
How would you both go about solving it ? That's a very good opportunity to delve into the language subtleties of the API :) |
@samagra14 wanted to work on this issue before me ,so i will go with other issues at the same time @teolemon :) |
@samagra14 confirm if you will work on this or should i work ? |
I am working on this. |
@samagra14 are you still working on this? |
I think we can close this @teolemon. |
Getting rid of this dirty hack
String tagWithoutLocale = tag.replaceAll("(en:|fr:)", "").toUpperCase(Locale.getDefault());
We have many more locales, beyond en: and fr:
The text was updated successfully, but these errors were encountered: