Skip to content

john-shine/rr-ng

Repository files navigation

RR-ng

This project is a system for redpill’s preinstallation and recovery environment.

Credits

components:

https://github.com/john-shine/rr-ng

About GPU:

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/john-shine/rr-ng.git
    cd files/initrd/opt/rr
    xgettext -L Shell --keyword=TEXT *.sh -o lang/rr.pot
    sed -i 's/charset=CHARSET/charset=UTF-8/' lang/rr.pot
    # You need to replace the language you need and translate the po file.
    msginit -i lang/rr.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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 8