From f3f9d2c34d76f88f721d854d3869053f27602a73 Mon Sep 17 00:00:00 2001
From: Thomas Goyne <plorkyeran@aegisub.org>
Date: Tue, 2 Oct 2012 14:58:19 -0700
Subject: [PATCH] Also convert sr_RS to sr_YU in the plist on OS X

---
 aegisub/tools/osx-bundle.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aegisub/tools/osx-bundle.sh b/aegisub/tools/osx-bundle.sh
index 04f6ab8d2..8ccae529e 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"
-- 
GitLab