Debianov / vtc-bot

The bot for management of the virtual transport company (TruckersMP).
GNU General Public License v2.0
1 stars 2 forks source link

Supporting f-strings in translator #93

Open Debianov opened 3 months ago

Debianov commented 3 months ago

Own mini-implementation of gettext library.

return self.short_name + " " + translator("language_isnt_supported") -> translator("language_isnt_supported", on_first_place, on_second_place, ...)