duncan Posted January 23, 2018 Posted January 23, 2018 Ukrainian translation, based on ProcessWire 3.0.88 Dev *** Не буду стверджувати, що переклад ідеальний, орієнтовно на 4+ https://en.wikipedia.org/wiki/Ukrainian_language uk-wire.csv 4
horst Posted January 23, 2018 Posted January 23, 2018 Hi and welcome to the forums, @duncan That's a very well first post! Do you have this also in form of a pw language package? Or is it easy to generate one from your source? ( I personally haven't done much in regards of translation files, only downloaded and installed ready to use language packs from here: http://modules.processwire.com/categories/language-pack/ )
duncan Posted January 23, 2018 Author Posted January 23, 2018 1 hour ago, horst said: Do you have this also in form of a pw language package? zip?) uk-wire.zip 1
duncan Posted January 23, 2018 Author Posted January 23, 2018 Instruction for Ukrainian-speaking users: Завантажити архів (ZIP або CSV) В адмінці перейти: Setup - Languages - Add New Заповнити поля: Title -- Українська, Name -- uk Натиснути кнопку "Save" Натиснути кнопку "Choose File", щоб обрати завантажений архів, зачекати доки усі змінні завантажаться і натиснути "Save" У правому верхньому куті обрати Admin - Profile і перемкнути мову на "Українська". Рекомендовано вийти і зайти в адмінку 1
horst Posted January 24, 2018 Posted January 24, 2018 11 hours ago, duncan said: zip?) uk-wire.zip ähhm, ok. Now I've learned something new. I wasn't aware that a single csv file already is a "pw language pack". Until today I thought it must be a bunch of little files.
duncan Posted January 25, 2018 Author Posted January 25, 2018 please add the lines below to the /wire/modules/Inputfield/InputfieldPageName/InputfieldPageName.module: 'ґ' => 'g', 'Ґ' => 'g', 'ї' => 'i', 'Ї' => 'i', 'є' => 'ie', 'Є' => 'ie', 'і' => 'i', 'І' => 'i', 'ь' => '', 'Ь' => '', these are additional symbols of the Ukrainian alphabet
Christophe Posted January 26, 2018 Posted January 26, 2018 Hi, It's better to put them in /site/modules/... in order to keep the additional symbols after each update. Also, you can normally add them via the backend. 1
duncan Posted January 26, 2018 Author Posted January 26, 2018 1 hour ago, Christophe said: Hi, It's better to put them in /site/modules/... in order to keep the additional symbols after each update. Also, you can normally add them via the backend. thanks for your advice, so did) I wrote to Ryan, so he added to the release 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now