Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/extensions/pad/language.py

Issue 6700499810123776: Issue 520 - Add German and Russian translation to PAD files (Closed)
Patch Set: Created June 12, 2014, 1:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sitescripts/extensions/pad/validation.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/pad/language.py
===================================================================
--- a/sitescripts/extensions/pad/language.py
+++ b/sitescripts/extensions/pad/language.py
@@ -173,3 +173,6 @@
pad_languages.append('Other')
return pad_languages
+
+def get_pad_languages():
+ return ISO2PAD.values()
« no previous file with comments | « no previous file | sitescripts/extensions/pad/validation.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld