diff --git a/String-Formatting.md b/String-Formatting.md new file mode 100644 index 0000000..a3d4307 --- /dev/null +++ b/String-Formatting.md @@ -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. \ No newline at end of file