From 75280cc25bafed760bf6f2797e388407096fd6c6 Mon Sep 17 00:00:00 2001 From: Liang Chang Date: Fri, 21 Jan 2022 10:06:17 +0800 Subject: [PATCH] localized: update templates. --- cde/programs/localized/templates/C.am | 1 - cde/programs/localized/templates/English.am | 1 - cde/programs/localized/templates/French.am | 3 --- cde/programs/localized/templates/German.am | 3 --- cde/programs/localized/templates/Italian.am | 3 --- cde/programs/localized/templates/Spanish.am | 3 --- 6 files changed, 14 deletions(-) diff --git a/cde/programs/localized/templates/C.am b/cde/programs/localized/templates/C.am index 843a4a632..08ce15413 100644 --- a/cde/programs/localized/templates/C.am +++ b/cde/programs/localized/templates/C.am @@ -2,4 +2,3 @@ # variable for the C locale. LANG=C -HELP_LANG=C diff --git a/cde/programs/localized/templates/English.am b/cde/programs/localized/templates/English.am index dcec9287b..a5be540b1 100644 --- a/cde/programs/localized/templates/English.am +++ b/cde/programs/localized/templates/English.am @@ -2,4 +2,3 @@ # variable for the C locale. LANG=en_US.UTF-8 -HELP_LANG=C diff --git a/cde/programs/localized/templates/French.am b/cde/programs/localized/templates/French.am index 2f4fe70aa..8ba41d1e7 100644 --- a/cde/programs/localized/templates/French.am +++ b/cde/programs/localized/templates/French.am @@ -12,6 +12,3 @@ endif if BSD LANG=fr_FR.UTF-8 endif - -HELP_LANG=fr_FR.ISO8859-1 - diff --git a/cde/programs/localized/templates/German.am b/cde/programs/localized/templates/German.am index 4aa7efa34..dc3dbf200 100644 --- a/cde/programs/localized/templates/German.am +++ b/cde/programs/localized/templates/German.am @@ -12,6 +12,3 @@ endif if BSD LANG=de_DE.UTF-8 endif - -HELP_LANG=de_DE.ISO8859-1 - diff --git a/cde/programs/localized/templates/Italian.am b/cde/programs/localized/templates/Italian.am index 907e4a1b1..205330944 100644 --- a/cde/programs/localized/templates/Italian.am +++ b/cde/programs/localized/templates/Italian.am @@ -12,6 +12,3 @@ endif if BSD LANG=it_IT.UTF-8 endif - -HELP_LANG=it_IT.ISO8859-1 - diff --git a/cde/programs/localized/templates/Spanish.am b/cde/programs/localized/templates/Spanish.am index 60bcf3640..4e4c2efac 100644 --- a/cde/programs/localized/templates/Spanish.am +++ b/cde/programs/localized/templates/Spanish.am @@ -12,6 +12,3 @@ endif if BSD LANG=es_ES.UTF-8 endif - -HELP_LANG=es_ES.ISO8859-1 -