[locale] Add Arabic gettext translations from Motwera and Chipsum.

This commit is contained in:
David Korth 2024-03-30 17:52:02 -04:00
parent 8547aa1a14
commit 7a68787e0b
4 changed files with 10738 additions and 1 deletions

View File

@ -406,6 +406,8 @@ is currently always enabled, so Windows builds are always GPL-3+ at the moment.
* @ThePBone: German
* @ionuttbara: Romanian
* @MaRod92: Italian
* Motwera: Arabic
* Chipsum: Arabic
### Other Contributions

View File

@ -15,7 +15,7 @@ FIND_PROGRAM(SED sed)
SET(DOMAIN "rom-properties")
SET(COPYRIGHT_HOLDER "David Korth")
SET(MSGID_BUGS_ADDRESS "gerbilsoft@gerbilsoft.com")
SET(LINGUAS de es fr it pt ro ru uk)
SET(LINGUAS ar de es fr it pt ro ru uk)
# Installation.
INCLUDE(DirInstallPaths)

10733
locale/ar.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -118,6 +118,8 @@ static const array<CreditsData_t, 16+1> creditsData = {{
{CreditType::Continue, "ThePBone", nullptr, nullptr, "de"},
{CreditType::Continue, "ionuttbara", nullptr, nullptr, "ro"},
{CreditType::Continue, "MaRod92", nullptr, nullptr, "it"},
{CreditType::Continue, "Motwera", nullptr, nullptr, "ar"},
{CreditType::Continue, "Chipsum", nullptr, nullptr, "ar"},
// Contributors
{CreditType::Contributor, "CheatFreak47", nullptr, nullptr, nullptr},