Warning, /education/khangman/README.languages is written in an unsupported language. File is not indexed.
0001 Dear Translator, 0002 0003 The language data files are at 0004 https://invent.kde.org/education/kdeedu-data 0005 0006 For supporting a new language, what needs to be done within KHangMan is: 0007 * add a file languages/??/??.txt (replace ?? by your language code) 0008 containing the lower-case version of any non ASCII letters that your 0009 language may contain, one letter per line; 0010 * add a file languages/??/CMakeLists.txt containing the line 0011 install(FILES ??.txt DESTINATION ${KDE_INSTALL_DATADIR}/khangman) 0012 (again ?? by your language code); 0013 * in languages/CMakeLists.txt, add an add_subdirectory line for 0014 your language. 0015 0016 What needs to be done within the kdeedu-data repository is: 0017 * create a subdirectory data/kvtml/?? (replace ?? by your language code); 0018 * create at least the files easy.kvtml, medium.kvtml, hard.kvtml, animals.kvtml 0019 in the new subdirectory (see other language subdirectories for examples); 0020 * create file data/kvtml/??/CMakeLists.txt (see other language subdirectories 0021 for examples); 0022 * in data/kvtml/CMakeLists.txt add the add_subdirectory line for your language. 0023 0024 Last update: 07-Dec-2023