Hide Forgot
review and rewrite (if needed), all the strings and their formats. Some things to do: - Replace strings by calls to glibc whenever is possible (e.g: using calls to perror) - Fix different strings with the same meaning, to avoid lots of translatable strings into .pot file.
Carlos, how is this going? Have you got as far as you can with it?
Hi Steve. IMHO, I believe gfs2-utils is already done to receive translations. The gfs2-utils automake system is creating the .pot file on the fly during the compilation time, so, we just need to remove the .pot file from the git source. There are some other things we can do, removing and merging some macros, but my first attempts to do this, broken many other subsystems into gfs2-utils, some of them (like mount.gfs2 for example) will be removed soon, so, I believe we can do these another changes later, and ensure we will be removing some macros without break any other subsystem into the package, without the need to commit patches to legacy subsystems.
If this is now done, can we close this bug?
Hi, it's done for now, closing.