dolphin/Source/Core
JosJuice 9a01c3fb9f Use positional arguments in all translatable fmt strings
We want to use positional arguments in translatable strings
that have more than one argument so that translators can change
the order of them, but the question is: Should we also use
positional arguments in translatable strings with only one
argument? I think it makes most sense that way, partially
so that translators don't even have to be aware of the
non-positional syntax and partially because "translatable
strings use positional arguments" is an easier rule for us
to remember than "transitional strings which have more than
one argument use positional arguments". But let me know if
you have a different opinion.
2020-11-16 13:28:11 +01:00
..
AudioCommon Merge pull request #9071 from orbea/cmake 2020-10-26 18:48:42 +01:00
Common Common/MsgHandler: Add fmt-capable variants of the alert macros 2020-11-09 08:48:17 -05:00
Core Use positional arguments in all translatable fmt strings 2020-11-16 13:28:11 +01:00
DiscIO Use positional arguments in all translatable fmt strings 2020-11-16 13:28:11 +01:00
DolphinNoGUI Clean up screen saver inhibition and apply setting change immediately. 2020-10-18 16:31:48 -05:00
DolphinQt Fix dereferencing nullptr BootParameters 2020-11-06 09:34:53 +01:00
InputCommon Use positional arguments in all translatable fmt strings 2020-11-16 13:28:11 +01:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon UICommon: Migrate logging over to fmt 2020-11-09 02:39:55 -05:00
UpdaterCommon Merge pull request #8846 from nyanpasu64/fix-cmake-zlib 2020-10-22 01:11:27 +02:00
VideoBackends Vulkan: Migrate logging over to fmt 2020-11-09 03:26:16 -05:00
VideoCommon ShaderGenCommon: Rename WriteFmt() to Write() 2020-11-09 02:31:49 -05:00
WinUpdater DolphinQt: Handle non-ASCII characters in Windows cmd arguments 2020-09-21 17:26:29 +02:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00