Add 'String Formatting'

Kristian Knarvik 2023-01-25 17:24:04 +01:00
parent b0c4ecb287
commit a27f374673

1
String-Formatting.md Normal file

@ -0,0 +1 @@
As proper string formatting can be a bother, KnarLib has its own classes to deal with it. The main class to help with string formatting is the StringFormatter class. If given a translator, the string-formatter can directly display a given translatable message to a given user, without any bothersome intermediate steps.