updated languages/default.py

This commit is contained in:
mdipierro
2012-08-28 11:42:22 -05:00
parent 142b7cd98c
commit a93a4dc965
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.1 (2012-08-28 10:56:15) rc4
Version 2.00.1 (2012-08-28 11:42:17) rc4
@@ -6,8 +6,10 @@
'%s %%(shop[0])': '%s %%(shop[0])',
'%s %%{shop[0]}': '%s %%{shop[0]}',
'%s %%{shop}': '%s %%{shop}',
'%Y-%m-%d %H:%M:%S': '%Y-%m-%d %H:%M:%S',
'@markmin\x01**Hello World**': '**Hello World**',
'enter an integer between %(min)g and %(max)g': 'enter an integer between %(min)g and %(max)g',
'enter date and time as %(format)s': 'enter date and time as %(format)s',
'Hello World': 'Hello World',
'Hello World ## comment': 'Hello World ',
'Hello World## comment': 'Hello World',