The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Russian language
#1
is it possible to somehow adapt getsimple to the Russian language, perhaps think of a plugin, now in Russia, people often use the Russian-language domains .РФ, but links all the same obtained in English, for example, in gpEasy is somehow made http://открытки-...‚ок

Google's translation
Reply
#2
I think that for the domain itself there's no problem. Only that you have to use the IDNA encoded version in the website url, e.g.: http:// localhost.xn--p1ai (for localhost.рф)

As for the url path (after the domain), GS does not allow the % symbol (needed for encoding of non-English characters) so yes, something should be changed in the core for this.
Reply
#3
I haven't used gpEasy, but I have done a quick search to find out how it does with the url path.

It seems that since version 2.4 that CMS changed the way it stores pages -- it no longer uses the file name as slug/url (like GS does), but the slug itself is stored separately as a string that allows more characters (not only the usual a-z, 0-9 and dash).

So, it's possible to have not only non-English (url encoded) characters, but also slashes for the url path (folders, multilevel).

An interesting approach, but I think I prefer the simplicity of slug = filename.
Reply




Users browsing this thread: 1 Guest(s)