Add translator notes to the random strings

This commit is contained in:
Keith Mitchell
2012-01-13 09:24:18 -08:00
parent 6c01738569
commit e3f00daae0

View File

@@ -386,4 +386,5 @@ rand_strings.add('create_reddit', "Reason to create a reddit", 20)
def print_rand_strings():
for name, rand_string in rand_strings:
for string in rand_string:
print "_('" + string + "')"
print "# TRANSLATORS: Do not translate literally. Come up with a funny/relevant phrase (see the English version for ideas)"
print "print _('" + string + "')"