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
364 stars 67 forks source link

Some Γρεεκ language improvements #5

Closed KyriakosGian closed 4 years ago

KyriakosGian commented 4 years ago

Hello ! I made some language improvements. I can't find algorithms translations file.

UnickSoft commented 4 years ago

Thank you. Algorithm names are placed inside JS files here: /script/plugins/ For example for file BFS.js:

return local == "ru" ? "Поиск в ширину" : "Breadth-first search";

I will move names to translation php files in future.