17 lines
580 B
Python
17 lines
580 B
Python
# coding: utf8
|
|
{
|
|
'!langcode!': 'en-us',
|
|
'!langname!': 'English (US)',
|
|
'%s %%(shop)': '%s %%(shop)',
|
|
'%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',
|
|
}
|