From a27f374673a20d28971ccf2bfb4eee1fd06285ce Mon Sep 17 00:00:00 2001 From: Kristian Knarvik Date: Wed, 25 Jan 2023 17:24:04 +0100 Subject: [PATCH] Add 'String Formatting' --- String-Formatting.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 String-Formatting.md 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