Created
March 17, 2015 12:52
-
-
Save priyankajayaswal1/75a91df86d7a2e7fdd33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
msg = { | |
'qqq': { | |
'piper': u'Robot: Munging the article text.', | |
}, | |
'ar': { | |
'piper': u'روبوت: استبدال نص المقال من خلال {}', | |
}, | |
'en': { | |
'piper': u'Robot: Piping the article text through {}', | |
}, | |
'fa': { | |
'piper': u'ربات: رد کردن متن مقاله از درون {}', | |
}, | |
'is': { | |
'piper': u'Vélmenni: Pípa texta síðunnar í gegnum {}', | |
}, | |
'nl': { | |
'piper': u'Bot: paginatekst door {} geleid' | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment