MusicAsLanguage / mobileapp

Mobile app code for the project.
MIT License
1 stars 1 forks source link

Strings: add a string for when there may be only one activity ("1 activity") #109

Open mpmikesell opened 2 years ago

mpmikesell commented 2 years ago

Wouldn't need a variable in place of the number, since "activity" (singular) would get used only when the value = 1.

So the logic would be something like: use the string "{0} activities" unless variable "0" = value "1", in which case use "1 activity"