mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
[locale] Add Arabic gettext translations from Motwera and Chipsum.
This commit is contained in:
parent
8547aa1a14
commit
7a68787e0b
@ -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
|
||||
|
||||
|
@ -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
10733
locale/ar.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user