Skip to content

Commit e54a270

Browse files
Updated credits
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent 2cdb5d1 commit e54a270

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Credits.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ Package Manager is, and as always, an open-source project which is ready to acce
2828
* Woytazzer, Czech Translations
2929
* Javi, Spanish Translations
3030
* Hoa Gia Đại Thiếu, Vietnamese Translations
31-
* [jason5545](https://github.com/jason5545), Chinese (Simplified & Traditional) Translations
31+
* [jason5545](https://github.com/jason5545), deluxghost, Yadi, Marco, Thomas Yu, & 蔡承佑, Chinese (Simplified & Traditional) Translations
3232
* Carnum & Cláudia Sebastião, Portuguese (Portugal) Translations
3333
* Erős Pista, Hungarian Translations
3434
* [Agnieszka C](https://github.com/Aga-C), Polish Translations
3535
* [AbsurdUsername](https://github.com/AbsurdUsername), Italian Translations
3636
* rotid, Arabic Translations
37+
* Pen, Slovakian Translations
3738
* Many other people contributed via [POEditor](https://poeditor.com/join/project?hash=0CitpyI1Oc)
3839

39-
_If you think I missed your name, please let me know._
40+
_If you think I missed your name, please let me know._

app/src/main/java/com/smartpack/packagemanager/utils/AppSettings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public static List<sSerializableItems> getCredits() {
9191
mData.add(new sSerializableItems(null, "Erős Pista", "Hungarian Translations", null));
9292
mData.add(new sSerializableItems(null, "AbsurdUsername", "Italian Translations", "https://github.com/AbsurdUsername"));
9393
mData.add(new sSerializableItems(null, "rotid™", "Arabic Translations", null));
94+
mData.add(new sSerializableItems(null, "Pen™", "Slovakian Translations", null));
9495
return mData;
9596
}
9697

0 commit comments

Comments
 (0)