dolphin/Source/Core/InputCommon
JosJuice 3f13dbe087 Translate certain button names but not all
Some button names should be translated, for instance Up, Left and such.
At the same time, some other button names shouldn't be translated,
for reasons that might be less obvious. In 0146456af, I removed the
_trans markers for button names that never need to be translated
(such as A and B), but that isn't actually enough to ensure that
DolphinWX won't try to translate them anyway. This commit adds a bool
that explicitly tells the GUI whether a button name should be translated.
Otherwise we'll have problems like the GUI treating the button name "B"
(which isn't supposed to be translated) as matching the translatable
string "B" (being an abbreviation of "bytes"), meaning that the button
"B" will be labeled "o" when running Dolphin in French (after
translations get pulled from Transifex the next time).

By the way, while it turned out that DolphinWX translated all button
names, it also turned out that DolphinQt2 translated *no* button names.
Go figure. This commit makes them consistent with each other.
2018-04-13 13:04:26 +02:00
..
ControllerEmu Translate certain button names but not all 2018-04-13 13:04:26 +02:00
ControllerInterface Reformat all the things! 2018-04-12 21:28:39 +02:00
ControlReference Reformat all the things! 2018-04-12 21:28:39 +02:00
CMakeLists.txt CMakeLists: Link in system framework libraries explicitly on macOS 2018-03-30 16:14:10 -04:00
GCAdapter_Android.cpp Add Core::State::Starting 2017-09-13 17:30:18 -07:00
GCAdapter.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
GCAdapter.h GCAdapter: Return input state by value 2016-08-01 21:27:51 -04:00
GCPadStatus.h Add GCPadStatus.isConnected boolean 2017-11-19 16:01:08 +01:00
InputCommon.vcxproj upgrade to Windows SDK 10.0.15063.0 2017-05-28 13:37:31 +02:00
InputCommon.vcxproj.filters might as well update yet some more pointless version numbers.. 2017-06-03 18:20:40 -07:00
InputConfig.cpp EmulatedController: encapsulate default device behind getters/setters 2017-11-04 17:08:55 -07:00
InputConfig.h Reformat all the things! 2018-04-12 21:28:39 +02:00
KeyboardStatus.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00