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

Add .po file creation to Localization doc #13873

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 5, 2024

  1. Add .po file creation to Localization doc

    Since commit 487d45c, `meson setup` will error out
    if a project has an i18n configuration but is missing
    the necessary set of `.po` files. (Previously, because
    it wasn't tracking those files the build could be
    configured first, then the files generated by building
    the -update-po target.)
    
    Since that no longer works, document the need to
    create empty `.po` files in advance, and provide a
    simple Bourne-shell-compatible command that
    can be used for this purpose.
    
    Fixes mesonbuild#12368
    ferdnyc authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c7b7a70 View commit details
    Browse the repository at this point in the history