From 996eb4315ed0d91d18e69864bcbc93668256853c Mon Sep 17 00:00:00 2001 From: bradymiller Date: Sat, 12 Mar 2011 16:47:45 -0800 Subject: [PATCH] Internationalization: minor fixes to documentation --- contrib/util/language_translations/README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/contrib/util/language_translations/README b/contrib/util/language_translations/README index 0caf00e72..021da25c5 100644 --- a/contrib/util/language_translations/README +++ b/contrib/util/language_translations/README @@ -77,11 +77,15 @@ cd (to your openemr directory) cd ../ mkdir translations cd translations -wget -O spreadsheet.tsv "https://spreadsheets.google.com/ccc?key=0AtTW60zHo6HzcGg0UE9JMGJHM1NsSWpuYkh0Snl4Q0E&output=txt" +wget --no-check-certificate -O spreadsheet.tsv "https://spreadsheets.google.com/ccc?key=0AtTW60zHo6HzcGg0UE9JMGJHM1NsSWpuYkh0Snl4Q0E&output=txt" cp ../openemr/contrib/util/language_translations/buildLanguageDatabase.pl . chmod +x buildLanguageDatabase.pl cp ../openemr/contrib/util/language_translations/log_buildLanguageDatabase.txt . cp ../openemr/contrib/util/language_translations/currentConstants.txt . ./buildLanguageDatabase.pl spreadsheet.tsv currentConstants.txt -(sanity check) diff log_buildLanguageDatabase.txt log.txt +(SANITY CHECK) diff log_buildLanguageDatabase.txt log.txt + (The SANITY CHECK is very important and should not contain any ERRORS. + (Errors are almost always secondary to translators mistakenly putting + tab or carriage return characters in their translations and requires + manual repair in the google doc spreadsheet)). -- 2.11.4.GIT