summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-04 23:27:54 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-04 23:27:54 -0400
commit146b90ec874a4f3eee0a31902a90e4c2d89bc729 (patch)
tree039d875d9ed22ea4eba931f2f78eca6205fc6b70
parent3ddaeb2d1c9a556768856d3e6b810dfd354aa01e (diff)
downloadaskbot-146b90ec874a4f3eee0a31902a90e4c2d89bc729.tar.gz
askbot-146b90ec874a4f3eee0a31902a90e4c2d89bc729.tar.bz2
askbot-146b90ec874a4f3eee0a31902a90e4c2d89bc729.zip
included changes by Adolfo and Chaitanya and found temporary fix for languages, switched files to Unix mode
-rw-r--r--drop-all-tables.sh4
-rw-r--r--locale/en/LC_MESSAGES/django.mobin0 -> 3214 bytes
-rw-r--r--locale/es/LC_MESSAGES/django.mobin0 -> 44804 bytes
-rw-r--r--locale/zh_CN/LC_MESSAGES/django.mobin0 -> 36796 bytes
-rw-r--r--rmpyc1
5 files changed, 5 insertions, 0 deletions
diff --git a/drop-all-tables.sh b/drop-all-tables.sh
new file mode 100644
index 00000000..87783b77
--- /dev/null
+++ b/drop-all-tables.sh
@@ -0,0 +1,4 @@
+mysql_username='cnprog'
+mysql_database='cnprog'
+mysqldump -u $mysql_username -p --add-drop-table --no-data $mysql_database | grep ^DROP
+#| mysql -u[USERNAME] -p[PASSWORD] [DATABASE]
diff --git a/locale/en/LC_MESSAGES/django.mo b/locale/en/LC_MESSAGES/django.mo
new file mode 100644
index 00000000..a4dd5554
--- /dev/null
+++ b/locale/en/LC_MESSAGES/django.mo
Binary files differ
diff --git a/locale/es/LC_MESSAGES/django.mo b/locale/es/LC_MESSAGES/django.mo
new file mode 100644
index 00000000..7e934ecf
--- /dev/null
+++ b/locale/es/LC_MESSAGES/django.mo
Binary files differ
diff --git a/locale/zh_CN/LC_MESSAGES/django.mo b/locale/zh_CN/LC_MESSAGES/django.mo
new file mode 100644
index 00000000..cfcea03d
--- /dev/null
+++ b/locale/zh_CN/LC_MESSAGES/django.mo
Binary files differ
diff --git a/rmpyc b/rmpyc
new file mode 100644
index 00000000..014575f6
--- /dev/null
+++ b/rmpyc
@@ -0,0 +1 @@
+rm `find . -name '*.pyc'`