2023-08-18 02:23:09 +08:00
2023-08-10 23:38:49 +08:00
2023-08-06 21:12:12 +08:00
2023-08-18 02:23:09 +08:00
wip
2022-12-06 15:56:26 -03:00
2023-08-10 20:15:54 +08:00
2023-06-25 21:16:39 +08:00
2023-06-23 01:11:18 +08:00
2023-08-09 19:54:18 +08:00
2023-04-10 23:19:12 +08:00
2023-08-06 00:03:48 +08:00
2023-05-10 19:18:27 +08:00
2023-08-10 12:51:50 +08:00
2023-08-10 20:15:54 +08:00
2023-05-05 18:38:10 +08:00
2023-08-15 18:50:28 +00:00

Automated Redpill Loader (i18n)

本库为 arpl i18n (多语言优化版):

原版:

https://github.com/fbelavenuto/arpl

汉化:

https://github.com/wjz304/arpl-zh_CN

  • 仅同步汉化原版, 所以功能与原版保持一致.

i18n:

https://github.com/wjz304/arpl-i18n

说明 - Instructions

翻译 - Translation

  • 其他语言的翻译 - Language translation work:

    # If it does not involve adding or deleting, the following process is not required.
    sudo apt install gettext
    git clone https://github.com/wjz304/arpl-i18n.git
    cd arpl-i18n/files/board/arpl/overlayfs/opt/arpl
    xgettext -L Shell --keyword=TEXT *.sh -o lang/arpl.pot
    sed -i 's/charset=CHARSET/charset=UTF-8/' lang/arpl.pot
    # You need to replace the language you need and translate the po file.
    msginit -i lang/arpl.pot -l zh_CN.UTF-8 -o lang/zh_CN.po
    # This process will be automatically processed during packaging.
    msgfmt lang/zh_CN.po -o lang/zh_CN.mo
    
  • I am not proficient in language, and even my English is very poor. Developers who are familiar with various languages are welcome to submit PR.

  • Translation maintenance personnel:

    • zh_CN: @wjz304
    • zh_TW: @豪哥幫幫忙

教程 - Usage

打赏一下

Description
Redpill Recovery (arpl-i18n)
Readme GPL-3.0 1.8 GiB
Languages
Shell 87%
Python 8.2%
C 4.7%