https://issues.apache.org/ooo/show_bug.cgi?id=122265
--- Comment #8 from Ariel Constenla-Haile <[email protected]> --- (In reply to comment #7) > I would say we mark "Copyright © %YEAR% Apache Software Foundation." as a > string that should not be translated at all. Or even better we extract it > from the resource and add it in the code directly. Can the year be set at build time? The only thing I can imagine right now, is setting a variable in set_soenv.in my $build_year = (localtime)[5] + 1900; ToFile( "BUILD_YEAR", "$build_year", "e" ); -- You are receiving this mail because: You are on the CC list for the bug.
