Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
13 lines
571 B
Python
13 lines
571 B
Python
--- openshot/language/Language_Init.py.orig 2012-01-02 03:39:04.000000000 +0400
|
|
+++ openshot/language/Language_Init.py 2012-03-24 21:08:33.000000000 +0400
|
|
@@ -82,8 +82,8 @@
|
|
|
|
# Set locale specific settings
|
|
locale.setlocale(locale.LC_ALL)
|
|
- locale.bindtextdomain("OpenShot", self.project.LOCALE_DIR)
|
|
- locale.bind_textdomain_codeset("OpenShot", "UTF-8")
|
|
+# locale.bindtextdomain("OpenShot", self.project.LOCALE_DIR)
|
|
+# locale.bind_textdomain_codeset("OpenShot", "UTF-8")
|
|
|
|
# Set gettext settings
|
|
gettext.bindtextdomain("OpenShot", self.project.LOCALE_DIR)
|