diff --git a/aegisub/tools/osx-bundle.sh b/aegisub/tools/osx-bundle.sh index 04f6ab8d2965b879fabdd214688b597b4378f3d7..8ccae529e546c758c99a8bbac5a13b0c4762dc41 100755 --- a/aegisub/tools/osx-bundle.sh +++ b/aegisub/tools/osx-bundle.sh @@ -43,7 +43,7 @@ if ! test -f "tools/osx-bundle.sed"; then exit 1 fi -find po -name *.po | sed 's/.*\/\(.*\)\.po/ <string>\1<\/string>/' > languages +find po -name *.po | sed 's/.*\/\(.*\)\.po/ <string>\1<\/string>/; s/RS/YU/' > languages find ${SKEL_DIR} -type f -not -regex ".*.svn.*" cp ${SKEL_DIR}/Contents/Resources/*.icns "${PKG_DIR}/Contents/Resources"