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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user