Compare commits

..

1 Commits

Author SHA1 Message Date
3052e97d90
Uploaded messages.pot using config file 2022-12-30 11:42:44 +05:30

View File

@ -12,4 +12,4 @@ strings = [SourceString('My Addresses')]
response_content = tx.push_source_strings(strings)
tx.fetch_translations()
el_translation = tx.translate('My Addresses', 'fr')
print("here is the translation",el_translation)
print(el_translation)