From c6f91b7c0a327ebdf9d059e6c0255ba88c0d783f Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 10 May 2011 16:46:02 +0200 Subject: remove national flags (dictionary icons) using national flags to identify a language is controversial --- dictionaries/fr_FR/description.xml | 4 ---- dictionaries/fr_FR/drapeau_tricolore.png | Bin 1780 -> 0 bytes dictionaries/fr_FR/makefile.mk | 3 +-- dictionaries/it_IT/description.xml | 4 ---- dictionaries/it_IT/ico.png | Bin 1838 -> 0 bytes dictionaries/it_IT/makefile.mk | 1 - dictionaries/pl_PL/description.xml | 5 ----- dictionaries/pl_PL/flaga.png | Bin 120 -> 0 bytes dictionaries/pl_PL/makefile.mk | 1 - dictionaries/sk_SK/description.xml | 4 ---- dictionaries/sk_SK/iconsk3.png | Bin 5150 -> 0 bytes dictionaries/sk_SK/makefile.mk | 1 - 12 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 dictionaries/fr_FR/drapeau_tricolore.png delete mode 100644 dictionaries/it_IT/ico.png delete mode 100644 dictionaries/pl_PL/flaga.png delete mode 100644 dictionaries/sk_SK/iconsk3.png diff --git a/dictionaries/fr_FR/description.xml b/dictionaries/fr_FR/description.xml index 6efe05b..4443f92 100755 --- a/dictionaries/fr_FR/description.xml +++ b/dictionaries/fr_FR/description.xml @@ -21,10 +21,6 @@ - - - - Dicollecte diff --git a/dictionaries/fr_FR/drapeau_tricolore.png b/dictionaries/fr_FR/drapeau_tricolore.png deleted file mode 100644 index 3976cf8..0000000 Binary files a/dictionaries/fr_FR/drapeau_tricolore.png and /dev/null differ diff --git a/dictionaries/fr_FR/makefile.mk b/dictionaries/fr_FR/makefile.mk index e09677c..56dafab 100644 --- a/dictionaries/fr_FR/makefile.mk +++ b/dictionaries/fr_FR/makefile.mk @@ -56,8 +56,7 @@ COMPONENT_FILES= \ $(EXTENSIONDIR)$/frhyph.tex \ $(EXTENSIONDIR)$/hyph_fr.dic \ $(EXTENSIONDIR)$/thes_fr.dat \ - $(EXTENSIONDIR)$/package-description.txt \ - $(EXTENSIONDIR)$/drapeau_tricolore.png + $(EXTENSIONDIR)$/package-description.txt COMPONENT_CONFIGDEST=. COMPONENT_XCU= \ diff --git a/dictionaries/it_IT/description.xml b/dictionaries/it_IT/description.xml index bacf173..8cfeec0 100644 --- a/dictionaries/it_IT/description.xml +++ b/dictionaries/it_IT/description.xml @@ -21,10 +21,6 @@ Dizionario ortografico, dei sinonimi e di sillabazione per la lingua italiana - - - - diff --git a/dictionaries/it_IT/ico.png b/dictionaries/it_IT/ico.png deleted file mode 100644 index 79f0472..0000000 Binary files a/dictionaries/it_IT/ico.png and /dev/null differ diff --git a/dictionaries/it_IT/makefile.mk b/dictionaries/it_IT/makefile.mk index 67227ef..1262e75 100644 --- a/dictionaries/it_IT/makefile.mk +++ b/dictionaries/it_IT/makefile.mk @@ -52,7 +52,6 @@ COMPONENT_FILES= \ $(EXTENSIONDIR)$/desc_en.txt \ $(EXTENSIONDIR)$/desc_it.txt \ $(EXTENSIONDIR)$/hyph_it_IT.dic \ - $(EXTENSIONDIR)$/ico.png \ $(EXTENSIONDIR)$/it_IT.aff \ $(EXTENSIONDIR)$/it_IT.dic \ $(EXTENSIONDIR)$/README_hyph_it_IT.txt \ diff --git a/dictionaries/pl_PL/description.xml b/dictionaries/pl_PL/description.xml index 8cdb3bf..b3f8626 100755 --- a/dictionaries/pl_PL/description.xml +++ b/dictionaries/pl_PL/description.xml @@ -29,11 +29,6 @@ - - - - - diff --git a/dictionaries/pl_PL/flaga.png b/dictionaries/pl_PL/flaga.png deleted file mode 100644 index 57776bb..0000000 Binary files a/dictionaries/pl_PL/flaga.png and /dev/null differ diff --git a/dictionaries/pl_PL/makefile.mk b/dictionaries/pl_PL/makefile.mk index 07e2256..60eac32 100644 --- a/dictionaries/pl_PL/makefile.mk +++ b/dictionaries/pl_PL/makefile.mk @@ -49,7 +49,6 @@ EXTENSION_ZIPNAME:=dict-pl # just copy: COMPONENT_FILES= \ - $(EXTENSIONDIR)$/flaga.png \ $(EXTENSIONDIR)$/hyph_pl_PL.dic \ $(EXTENSIONDIR)$/pl_PL.aff \ $(EXTENSIONDIR)$/pl_PL.dic \ diff --git a/dictionaries/sk_SK/description.xml b/dictionaries/sk_SK/description.xml index 8fd91b9..99be686 100644 --- a/dictionaries/sk_SK/description.xml +++ b/dictionaries/sk_SK/description.xml @@ -21,10 +21,6 @@ Slovenský slovník pre kontrolu pravopisu, delenie slov a slovník synoným - - - - diff --git a/dictionaries/sk_SK/iconsk3.png b/dictionaries/sk_SK/iconsk3.png deleted file mode 100644 index 573606d..0000000 Binary files a/dictionaries/sk_SK/iconsk3.png and /dev/null differ diff --git a/dictionaries/sk_SK/makefile.mk b/dictionaries/sk_SK/makefile.mk index 7260a58..4acf9f3 100644 --- a/dictionaries/sk_SK/makefile.mk +++ b/dictionaries/sk_SK/makefile.mk @@ -51,7 +51,6 @@ EXTENSION_ZIPNAME:=dict-sk COMPONENT_FILES= \ $(EXTENSIONDIR)$/hyph_sk_SK.dic \ - $(EXTENSIONDIR)$/iconsk3.png \ $(EXTENSIONDIR)$/README_en.txt \ $(EXTENSIONDIR)$/README_sk.txt \ $(EXTENSIONDIR)$/README_th_sk_SK_v2.txt \ -- cgit