Merge pull request #2009 from CookiePLMonster/update-pl-loc

Update PL localization
This commit is contained in:
Connor McLaughlin 2021-04-22 13:40:18 +10:00 committed by GitHub
commit 1c5c2f1eda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 896 additions and 854 deletions

View file

@ -5075,7 +5075,7 @@ SBIファイルを追加する方法については、READMEを確認してく
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<source>ChangeDisc</source> <source>Change Disc</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>

File diff suppressed because it is too large Load diff

View file

@ -5312,7 +5312,7 @@ This will download approximately 4 megabytes over your current internet connecti
</message> </message>
<message> <message>
<location filename="../../frontend-common/common_host_interface.cpp" line="1857"/> <location filename="../../frontend-common/common_host_interface.cpp" line="1857"/>
<source>ChangeDisc</source> <source>Change Disc</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>

View file

@ -1854,7 +1854,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
}); });
RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("ChangeDisc"), RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("ChangeDisc"),
StaticString(TRANSLATABLE("Hotkeys", "ChangeDisc")), [this](bool pressed) { StaticString(TRANSLATABLE("Hotkeys", "Change Disc")), [this](bool pressed) {
if (pressed && System::IsValid() && System::HasMediaSubImages()) if (pressed && System::IsValid() && System::HasMediaSubImages())
{ {
const u32 current = System::GetMediaSubImageIndex(); const u32 current = System::GetMediaSubImageIndex();