Skip to content

Commit

Permalink
🚑️ Fix Tamil Language Symptoms Chart
Browse files Browse the repository at this point in the history
Closes #838

Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Feb 6, 2025
1 parent cf6c822 commit a7a59ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ enum class AppLanguage(val languageName: String, val languageCode: String) {
Norwegian("Norsk", "no"),
Portuguese("Português", "pt"),
Russian("Русский", "ru"),
Tamil("தமிழ்", "ta"),
Turkish("Türkçe", "tr"),
Ukrainian("Українськ", "uk");

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ta/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<string name="change_period">காலம்</string>
<string name="grams">கிராம்</string>
<string name="grams_distribution_per_hour_of_day">ஒரு மணி நேரத்திற்கு கிராம் வழங்கல்</string>
<string name="current_thc_concentration">தற்போதைய THC செறிவு: %s %</string>
<string name="current_thc_concentration">தற்போதைய THC செறிவு: %s %%</string>
<string name="thc_concentration">THC செறிவு (%)</string>
<string name="current_withdrawal_discomfort">தற்போதைய திரும்பப் பெறுதல் அச om கரியம்: %s</string>
<string name="discomfort_strength">அச om கரியம் வலிமை</string>
Expand Down

0 comments on commit a7a59ed

Please sign in to comment.