bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gettext] [sr #109125] Detecting missing files in POTFILES


From: Bruno Haible
Subject: [bug-gettext] [sr #109125] Detecting missing files in POTFILES
Date: Sat, 27 Oct 2018 07:58:32 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0

Update of sr #109125 (project gettext):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Detecting non-existent files is probably already present: xgettext will
produce an error message when it accesses a non-existent file.

Detecting missing files is a problem that I see more on the side of the build
system (Automake) than in the Gettext package, because this missing file
detection would need to know many things that are specific to the project:
  - Which files are source files, vs. which files are just random files
created by the developer and not checked into version control?
  - Which directories contain tests and therefore should be ignored?
  - Which directories contain rapidly evolving (prototype-like) source, that
is not yet ready for translation?
  - Which file suffixes are used for which programming language?

However, I would agree that a recommendation for how to deal with this problem
could well be stated in the Gettext manual.

Do you have an idea how this recommendation should look like? Collect the list
of files through some 'find' command or 'git' command? When: at 'make dist'
time?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/support/?109125>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]