Support Forums - Classified Ads Script Osclass

General osclass questions => General discussion => Topic started by: Oleksandr Kravchuk on November 06, 2023, 03:08:01 AM

Title: Translate locations to Ukrainian language
Post by: Oleksandr Kravchuk on November 06, 2023, 03:08:01 AM
I want to help to translate to Ukrainian language. Please translate the following:
Register - Зареєструватися;
Publish Ad - Подати оголошення;
What are you looking for today? - Що ви шукаєте сьогодні?;
Keyword - Ключове слово;
All locations - Всі локації.
Title: Re: Translation to Ukrainian language
Post by: MB Themes on November 07, 2023, 08:55:59 PM
No idea what you want, use google translate for string translations.
Title: Re: Translation to Ukrainian language
Post by: MB Themes on November 08, 2023, 04:04:13 PM
Awesome ;)
Title: Re: Translation to Ukrainian language
Post by: Vlad7 on November 08, 2023, 04:35:35 PM
Можу допомогти з українським
Title: Re: Translation to Ukrainian language
Post by: MB Themes on November 16, 2023, 02:32:18 PM
Yes and no.
That is reason why you can modify locations in your backoffice.
Title: Re: Translation to Ukrainian language
Post by: MB Themes on November 19, 2023, 03:14:26 PM
You can do it by yourslef in backoffice, you are already big boy, does not need assistance for that.
Title: Re: Translation to Ukrainian language
Post by: Oleksandr Kravchuk on November 23, 2023, 12:32:34 AM
I translated cities in backoffice, but it does not show up.
Title: Re: Translation to Ukrainian language
Post by: MB Themes on November 23, 2023, 09:04:22 AM
https://docs.osclasspoint.com/translate-osclass-locations
Title: Re: Translation to Ukrainian language
Post by: Oleksandr Kravchuk on November 23, 2023, 12:58:21 PM
Thanks
Title: Re: Translation to Ukrainian language
Post by: Oleksandr Kravchuk on November 23, 2023, 01:37:55 PM
How can I share translation of cities to community?
Title: Re: Translation to Ukrainian language
Post by: MB Themes on November 23, 2023, 01:45:15 PM
Export city, region & country tables and you may share it here.
Title: Re: Translation to Ukrainian language
Post by: MB Themes on December 18, 2023, 04:21:45 PM
Thanks ;)
Title: Re: Translate locations to Ukrainian language
Post by: MB Themes on December 18, 2023, 10:34:47 PM
It's used more and more by different features.
Title: Re: Translate locations to Ukrainian language
Post by: MB Themes on December 19, 2023, 02:24:04 PM
 ;)
Title: Re: Translate locations to Ukrainian language
Post by: Oleksandr Kravchuk on December 19, 2023, 06:45:53 PM
I added missing coordinates.
Title: Re: Translate locations to Ukrainian language
Post by: MB Themes on December 19, 2023, 09:26:25 PM
Cool  :)
Title: Re: Translate locations to Ukrainian language
Post by: MB Themes on January 18, 2024, 11:03:12 AM
Depends from where it comes. Could be in core.po, messages.po or admin.po
Title: Re: Translate locations to Ukrainian language
Post by: Vlad7 on January 19, 2024, 07:17:40 AM
Just update the cope.po file, the missing lines will appear automatically.
Title: Re: Translate locations to Ukrainian language
Post by: Oleksandr Kravchuk on November 30, 2024, 11:38:50 PM
Please update tables that I provided above. I need to make a new install of an Osclass with those updates.
Title: Re: Translate locations to Ukrainian language
Post by: Oleksandr Kravchuk on December 05, 2024, 01:26:33 AM
I need help.
Title: Re: Translate locations to Ukrainian language
Post by: MB Themes on December 05, 2024, 08:38:18 AM
Me too.
What is yours about?
Title: Re: Translate locations to Ukrainian language
Post by: Oleksandr Kravchuk on December 06, 2024, 03:31:43 AM
Can you update cities in Ukraine? I uploaded above in attached file. I will pay for that.
Title: Re: Translate locations to Ukrainian language
Post by: MB Themes on December 06, 2024, 03:48:04 PM
No.
You can update existing SQL file based on your need and import again.
https://osclass-classifieds.com/geolocation
Title: Re: Translate locations to Ukrainian language
Post by: Oleksandr Kravchuk on December 31, 2024, 10:10:30 PM
REPLACE INTO /*TABLE_PREFIX*/t_country (pk_c_code, s_name, s_name_native, s_slug, s_phone_code, s_currency) VALUES
('UA', 'Ukraine', 'Україна', 'ukraine', '380', 'UAH');

REPLACE INTO /*TABLE_PREFIX*/t_region (pk_i_id, fk_c_country_code, s_name, s_name_native, b_active, s_slug) VALUES
(3686966, 'UA', 'Zhytomyr Obl.', 'Житомирська обл.', 1, 'zhytomyr-obl'),

REPLACE INTO /*TABLE_PREFIX*/t_city (pk_i_id, fk_i_region_id, fk_c_country_code, s_name, s_name_native, b_active, s_slug, d_coord_lat, d_coord_long) VALUES
(3686967, 3686966, 'UA', 'Zhytomyr', 'Житомир', 1, 'zhytomyr', 50.26487, 28.67669),

Am I doing correct in UA-Ukraine.sql? I added s_name_native.
Title: Re: Translate locations to Ukrainian language
Post by: Oleksandr Kravchuk on January 01, 2025, 01:11:46 AM
I tried to import above sql file and it gives an error. I deleted Ukraine and it gives an error. Then deleted second time successfully. Imported country from Osclass. And I found that all of my listings deleted.
Title: Re: Translate locations to Ukrainian language
Post by: Oleksandr Kravchuk on January 01, 2025, 02:47:21 AM
Because of only English for locations I cannot use Osclass in Ukraine.
Title: Re: Translate locations to Ukrainian language
Post by: MB Themes on January 01, 2025, 04:31:47 PM
File looks OK.
If you remove location, all listings on that location are removed.
Title: Re: Translate locations to Ukrainian language
Post by: Oleksandr Kravchuk on January 02, 2025, 11:12:24 PM
SQL file gives an error. Try to import and see what is wrong.
Title: Re: Translate locations to Ukrainian language
Post by: MB Themes on January 08, 2025, 10:41:17 AM
Sorry what SQL file?
Title: Re: Translate locations to Ukrainian language
Post by: Oleksandr Kravchuk on January 08, 2025, 11:24:08 PM
REPLACE INTO /*TABLE_PREFIX*/t_country (pk_c_code, s_name, s_name_native, s_slug, s_phone_code, s_currency) VALUES
('UA', 'Ukraine', 'Україна', 'ukraine', '380', 'UAH');

REPLACE INTO /*TABLE_PREFIX*/t_region (pk_i_id, fk_c_country_code, s_name, s_name_native, b_active, s_slug) VALUES
(3686966, 'UA', 'Zhytomyr Obl.', 'Житомирська обл.', 1, 'zhytomyr-obl'),

REPLACE INTO /*TABLE_PREFIX*/t_city (pk_i_id, fk_i_region_id, fk_c_country_code, s_name, s_name_native, b_active, s_slug, d_coord_lat, d_coord_long) VALUES
(3686967, 3686966, 'UA', 'Zhytomyr', 'Житомир', 1, 'zhytomyr', 50.26487, 28.67669),
Title: Re: Translate locations to Ukrainian language
Post by: MB Themes on January 09, 2025, 09:29:18 AM
There should be no replace and at the end should be semicolon.
Besides that I do not see problem.
Title: Re: Translate locations to Ukrainian language
Post by: Oleksandr Kravchuk on January 20, 2025, 05:01:53 AM
I get error when I add "s_name_native".