Skip to content

Commit

Permalink
Updated credits for translations
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Nov 11, 2023
1 parent cb1a2e6 commit abe651e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ APK Explorer & Editor (AEE) is, and as always, an open-source project which is r
* tas - Lithuanian Translation
* vuvov11 - Thai Translation
* Me - Arabic (SA) Translation
* asdfqw, Fsotm. mai, sardonicdozen, & 始 - Chinese (zh-Hans) Translation

_If you think I missed your name, please let me know._
4 changes: 4 additions & 0 deletions app/src/main/java/com/apk/editor/utils/AppSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ public static List<sSerializableItems> getCredits(Context context) {
mData.add(new sSerializableItems(null, "tas", "Lithuanian Translation", null));
mData.add(new sSerializableItems(null, "vuvov11", "Thai Translation", null));
mData.add(new sSerializableItems(null, "Me", "Arabic (SA) Translation", null));
mData.add(new sSerializableItems(null, "asdfqw", "Chinese (zh-Hans) Translation", null));
mData.add(new sSerializableItems(null, "Fsotm. mai", "Chinese (zh-Hans) Translation", null));
mData.add(new sSerializableItems(null, "sardonicdozen", "Chinese (zh-Hans) Translation", null));
mData.add(new sSerializableItems(null, "始", "Chinese (zh-Hans) Translation", null));
return mData;
}

Expand Down

0 comments on commit abe651e

Please sign in to comment.