Implemented Transifex

This commit is contained in:
Mohammad Osama Khan 2022-12-14 13:05:57 +05:30
parent 88a061a0ff
commit bff51a74da
No known key found for this signature in database
GPG Key ID: 15F978BEFADAB9E1
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ init(token='1/6e212800e39991406f0001245517708823f293b8', languages=['el', 'fr',
strings = [SourceString('My Addresses')]
response_content = tx.push_source_strings(strings)
print(response_content)
tx.fetch_translations()
el_translation = tx.translate('My Addresses', 'fr')
print(el_translation)