SVN commit 1470626 by lueck:

Add trunk l10n-kf5/[lang]/data/global/autocorrect files

copy from trunk l10n-kde4 folders
in kde4 we had dupicated autocorrect files in data/kdelibs and 
data/koffice|calligra

* all autocorrect xml files are installed to DESTINATION /autocorrect
  and should be used by e.g. kdepim, calligra etc, no duplicate autocorrect 
files as in kde4
All languages have the filename scheme l10n-subdir-name.xml:  ca.xml, cs.xml, 
de.xml, es.xml, fr.xml, hu.xml, nb.xml, nds.xml, nn.xml, pt_BR.xml and uk.xml
REVIEW:7183
CCMAIL:mon...@kde.org
CCMAIL:calligra-devel@kde.org

 A             ca/data/global (directory)  
 A             ca/data/global/autocorrect (directory)  
 A             cs/data/global (directory)  
 A             cs/data/global/autocorrect (directory)  
 A             es/data/global (directory)  
 A             es/data/global/autocorrect (directory)  
 A             fr/data/global (directory)  
 A             fr/data/global/autocorrect (directory)  
 A             hu/data/global (directory)  
 A             hu/data/global/autocorrect (directory)  
 A             it/data/global (directory)  
 A             it/data/global/autocorrect (directory)  
 M  +1 -1      it/data/global/autocorrect/CMakeLists.txt  
 A             it/data/global/autocorrect/it.xml   
trunk/l10n-kde4/it/data/kdelibs/autocorrect/it_IT.xml#1469829
 D             it/data/global/autocorrect/it_IT.xml  
 A             nb/data/global (directory)  
 A             nb/data/global/autocorrect (directory)  
 M  +1 -1      nb/data/global/autocorrect/CMakeLists.txt  
 A             nds/data/global (directory)  
 A             nds/data/global/autocorrect (directory)  
 A             nn/data/global (directory)  
 A             nn/data/global/autocorrect (directory)  
 M  +1 -1      nn/data/global/autocorrect/CMakeLists.txt  
 A             ru/data/global (directory)  
 A             ru/data/global/autocorrect (directory)  
 M  +1 -1      ru/data/global/autocorrect/CMakeLists.txt  
 A             ru/data/global/autocorrect/ru.xml   
trunk/l10n-kde4/ru/data/kdelibs/autocorrect/ru_RU.xml#1469829
 D             ru/data/global/autocorrect/ru_RU.xml  
 A             uk/data/global (directory)  
 A             uk/data/global/autocorrect (directory)  


--- trunk/l10n-kf5/it/data/global/autocorrect/CMakeLists.txt #1469829:1470626
@@ -1 +1 @@
-install( FILES  it_IT.xml DESTINATION ${DATA_INSTALL_DIR}/autocorrect )
+install( FILES  it.xml DESTINATION ${DATA_INSTALL_DIR}/autocorrect )
--- trunk/l10n-kf5/nb/data/global/autocorrect/CMakeLists.txt #1469829:1470626
@@ -1 +1 @@
-install(FILES nb.xml DESTINATION ${DATA_INSTALL_DIR}/calligra/autocorrect/)
+install(FILES nb.xml DESTINATION ${DATA_INSTALL_DIR}/autocorrect/)
--- trunk/l10n-kf5/nn/data/global/autocorrect/CMakeLists.txt #1469829:1470626
@@ -1 +1 @@
-install( FILES  nn.xml DESTINATION ${DATA_INSTALL_DIR}/calligra/autocorrect )
+install( FILES  nn.xml DESTINATION ${DATA_INSTALL_DIR}/autocorrect )
--- trunk/l10n-kf5/ru/data/global/autocorrect/CMakeLists.txt #1469829:1470626
@@ -1 +1 @@
-install( FILES  ru_RU.xml DESTINATION ${DATA_INSTALL_DIR}/autocorrect )
+install( FILES  ru.xml DESTINATION ${DATA_INSTALL_DIR}/autocorrect )

Reply via email to