Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: added building, packaging, and localization scripts and tools #744

Merged
merged 5 commits into from
Oct 28, 2023

Commits on Oct 26, 2023

  1. build: added building, packaging, and localization scripts and tools

    Main feature here is the `scripts/intl` tool that allows people to quickly create or update localization files with simple:
    
    ```
    scripts/intl de
    ```
    
    This will parse the code for localization strings, and compare it against `de` locale, removing unused, and assigning `null` to new strings.
    
    We can also make it even easier for people by running:
    
    ```
    scripts/intl all
    ```
    
    after every localization string change in the codebase, which will update all existing locales so people can just browse through their ones and fill in nulls.
    tomasklaen committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8f1974b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. fixed intl help message

    tomasklaen committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    162ff31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eab3b28 View commit details
    Browse the repository at this point in the history
  3. readme

    tomasklaen committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    35cec1e View commit details
    Browse the repository at this point in the history
  4. adsffg

    tomasklaen committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ea9be84 View commit details
    Browse the repository at this point in the history