1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-27 15:50:10 +01:00

Force all language catalog names to lowercase

That way it's consistent across platforms.
This commit is contained in:
Leland Lucius
2020-04-27 08:45:24 -05:00
parent 67849b33ae
commit aef4eefb51
2 changed files with 3 additions and 8 deletions

View File

@@ -103,7 +103,7 @@ foreach( source ${SOURCES} )
endif()
set( po "${_SRCDIR}/${source}" )
set( mo "${dst}/${AUDACITY_NAME}.mo" )
set( mo "${dst}/audacity.mo" )
add_custom_command(
DEPENDS