mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-10 03:27:42 +01:00
Merge pull request #13370 from JosJuice/i18n-pack-sd
Common: Make SD pack/unpack strings translatable
This commit is contained in:
commit
7679b0e955
@ -5,12 +5,13 @@
|
||||
|
||||
#include <functional>
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
namespace Common
|
||||
{
|
||||
static constexpr auto SD_PACK_TEXT = "Pack SD Card Now";
|
||||
static constexpr auto SD_UNPACK_TEXT = "Unpack SD Card Now";
|
||||
static constexpr auto SD_PACK_TEXT = _trans("Pack SD Card Now");
|
||||
static constexpr auto SD_UNPACK_TEXT = _trans("Unpack SD Card Now");
|
||||
|
||||
bool SyncSDFolderToSDImage(const std::function<bool()>& cancelled, bool deterministic);
|
||||
bool SyncSDImageToSDFolder(const std::function<bool()>& cancelled);
|
||||
|
Loading…
x
Reference in New Issue
Block a user