dolphin/Source/Core/DolphinQt2
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
..
Config Translate certain button names but not all 2018-04-13 13:04:26 +02:00
Debugger Reformat all the things! 2018-04-12 21:28:39 +02:00
GameList Reformat all the things! 2018-04-12 21:28:39 +02:00
NetPlay MD5Dialog: Call .empty() instead of testing against an empty string 2018-03-27 22:47:01 -04:00
QtUtils Merge pull request #6530 from spycrab/qt_hires_icon 2018-03-27 18:08:46 +02:00
Settings Reformat all the things! 2018-04-12 21:28:39 +02:00
TAS Qt2 TAS input: Generate key strings automatically 2018-03-06 17:38:57 +01:00
AboutDialog.cpp Make GUI strings more consistent 2017-11-02 14:32:16 +01:00
AboutDialog.h
CMakeLists.txt DolphinWX/DolphinQt2 CMakeLists: Use cmake -E instead of mkdir -p for creating language directories 2018-04-05 12:49:33 -04:00
DolphinQt2.manifest
DolphinQt2.rc
DolphinQt2.vcxproj Merge pull request #6473 from spycrab/qt_dbg_memory 2018-04-04 16:58:04 +02:00
DolphinQt2.vcxproj.user
FIFOPlayerWindow.cpp FIFOPlayerWindow: don't reset frame/object limit every frame 2017-11-24 14:11:59 -08:00
FIFOPlayerWindow.h Qt: Implement FIFO Player 2017-11-19 22:06:32 +01:00
GCMemcardManager.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
GCMemcardManager.h Qt: Implement GameCube memory manager 2018-01-29 01:01:25 +01:00
Host.cpp Qt: Implement "Auto-Adjust Window Size" 2018-03-24 16:48:46 +01:00
Host.h Qt: Show shader generation window 2018-03-24 03:02:47 +01:00
HotkeyScheduler.cpp Qt/Debugger: Implement "Code" widget 2018-02-28 19:47:56 +01:00
HotkeyScheduler.h Qt/Debugger: Implement "Code" widget 2018-02-28 19:47:56 +01:00
Info.plist.in Qt/OSX: Fix icon 2018-02-24 21:12:22 +01:00
Main.cpp Qt: Update analytics checkbox after initial prompt 2018-03-23 23:28:17 +01:00
MainWindow.cpp DolphinQt2/MainWindow: Resolve a memory leak on systems with X11 2018-04-05 09:07:08 -04:00
MainWindow.h DolphinQt2/MainWindow: Resolve a memory leak on systems with X11 2018-04-05 09:07:08 -04:00
MenuBar.cpp Merge pull request #6473 from spycrab/qt_dbg_memory 2018-04-04 16:58:04 +02:00
MenuBar.h Qt/Debugger: Implement "Memory" widget 2018-04-04 13:43:30 +02:00
qt.conf
RenderWidget.cpp Qt/RenderWidget: Draw background on pause 2018-03-25 01:26:50 +01:00
RenderWidget.h Qt/RenderWidget: Draw background on pause 2018-03-25 01:26:50 +01:00
resource.h
Resources.cpp Remove EmuState 2018-03-31 16:21:17 +02:00
Resources.h Remove EmuState 2018-03-31 16:21:17 +02:00
SearchBar.cpp SearchBar: Remove unused class variables 2018-03-27 22:47:02 -04:00
SearchBar.h SearchBar: Remove unused class variables 2018-03-27 22:47:02 -04:00
Settings.cpp Merge pull request #6473 from spycrab/qt_dbg_memory 2018-04-04 16:58:04 +02:00
Settings.h Qt/Debugger: Implement "Memory" widget 2018-04-04 13:43:30 +02:00
ToolBar.cpp Qt/Debugger: Implement "Code" widget 2018-02-28 19:47:56 +01:00
ToolBar.h Qt/Debugger: Implement "Code" widget 2018-02-28 19:47:56 +01:00
Translation.cpp DolphinQt2: Set locale 2018-04-09 19:14:14 +02:00
Translation.h
Updater.cpp AutoUpdater: support optionally restarting Dolphin after update 2018-03-23 11:10:25 +01:00
Updater.h Qt: Improve updater 2018-03-23 10:42:40 +01:00
WiiUpdate.cpp
WiiUpdate.h