We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ff79c commit e208886Copy full SHA for e208886
translate.py
@@ -244,7 +244,7 @@ def translate_text(text):
244
'It\'s time for the %s prayer.': "C'est le temps pour la prière de %s.",
245
'%s, %s': '%s، %s',
246
'%s - %s, %s / %s': '%s - %s، %s / %s',
247
- 'AM': 'AM', //The correct should be Avant midi and Après midi, but it's too long.
+ 'AM': 'AM', #The correct should be Avant midi and Après midi, but it's too long.
248
'PM': 'PM',
249
'Apply': 'Appliquer',
250
'Cancel': 'Annuler',
0 commit comments