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

Unified Diff: localeTools.py

Issue 29562614: Issue 5752 - Removing safari support (Closed)
Patch Set: Rebasing, removing additional files Created Oct. 4, 2017, 12:01 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
Index: localeTools.py
diff --git a/localeTools.py b/localeTools.py
index 7cb3a2473be0e3882372206767fcb49133ae3e35..a188896ce5a797952808eddf72a4f32df20e421d 100644
--- a/localeTools.py
+++ b/localeTools.py
@@ -126,7 +126,7 @@ def setupTranslations(localeConfig, projectName, key):
locales.remove(locale)
locales.add(prefix)
- # Add languages with existing translations.
+ # Add languages with existing translations.
locales.update(localeConfig['locales'])
# Don't add the language we translate from as target translation.

Powered by Google App Engine
This is Rietveld