mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
Less-incomplete Marathi support ...
... supplying some missing pieces of commit a76b7ec29547c5083358a34b44459b7f3d2e85a0 See commit a37162ffca755d563081492cf95761a351cb456f for the complete example of Corsican. Still missing are appropriate strings in Marathi for src/audacity.desktop.in and win/Inno_Setup_Wizard/audacity.iss Blank line change of locale/CMakeLists.txt to force reconfigure
This commit is contained in:
parent
4f58b61d1c
commit
8fdb18427e
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
set( TARGET locale )
|
set( TARGET locale )
|
||||||
set( TARGET_ROOT ${topdir}/locale )
|
set( TARGET_ROOT ${topdir}/locale )
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@ km
|
|||||||
ko
|
ko
|
||||||
lt
|
lt
|
||||||
mk
|
mk
|
||||||
|
mr
|
||||||
my
|
my
|
||||||
nb
|
nb
|
||||||
nl
|
nl
|
||||||
|
@ -34,6 +34,7 @@ km ខេមរភាសា
|
|||||||
ko 한국어
|
ko 한국어
|
||||||
lt Lietuvių
|
lt Lietuvių
|
||||||
mk Македонски
|
mk Македонски
|
||||||
|
mr मराठी
|
||||||
my မြန်မာစာ
|
my မြန်မာစာ
|
||||||
nb Norsk
|
nb Norsk
|
||||||
nl Nederlands
|
nl Nederlands
|
||||||
|
@ -168,6 +168,7 @@ void GetLanguages(
|
|||||||
"ko \355\225\234\352\265\255\354\226\264",
|
"ko \355\225\234\352\265\255\354\226\264",
|
||||||
"lt Lietuvi\305\263",
|
"lt Lietuvi\305\263",
|
||||||
"mk \320\234\320\260\320\272\320\265\320\264\320\276\320\275\321\201\320\272\320\270",
|
"mk \320\234\320\260\320\272\320\265\320\264\320\276\320\275\321\201\320\272\320\270",
|
||||||
|
"mr \340\244\256\340\244\260\340\244\276\340\244\240\340\245\200",
|
||||||
"my \341\200\231\341\200\274\341\200\224\341\200\272\341\200\231\341\200\254\341\200\205\341\200\254",
|
"my \341\200\231\341\200\274\341\200\224\341\200\272\341\200\231\341\200\254\341\200\205\341\200\254",
|
||||||
"nb Norsk",
|
"nb Norsk",
|
||||||
"nl Nederlands",
|
"nl Nederlands",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user