UnickSoft / graphonline

This is source code of graphonline service. Graphonline helps visualize graph and applies a lot of algorithms.
http://graphonline.ru/en/
MIT License
365 stars 67 forks source link

Will locales be supported in algorithm messages as they are now in algorithm names? #27

Closed serd2011 closed 3 years ago

serd2011 commented 3 years ago

If so, where are the messages supposed to be located, in home.php?

UnickSoft commented 3 years ago

Algorithm messages are already in home.php (https://github.com/UnickSoft/graphonline/blob/master/lang/ru/home.php). You may try text search to find needed text, because algorithm messages don't have separate section in this file. For example: $g_lang['select_first_graph_isomorphism_check'] - is message for graph isomorphism.