Drutol / MALClient

Not so small client app for Myanimelist.net - Windows 10 UWP & Android
GNU General Public License v3.0
352 stars 32 forks source link

Fix episode format suffix for numbers ending in 1-3 #297

Closed pjpollina closed 2 years ago

pjpollina commented 3 years ago

Makes the function FormatEpisode in ShareManager return with the proper suffix for numbers ending with 1-3, so no more "I've just watched the 21th episode of X".

Includes a check for 11-13 to avoid "11st", "112nd", and so on.