denysdovhan/bash-handbook

Add translations

denysdovhan opened this issue · 2 comments

How about translations to other languages? Personally, I can translate to Ukrainian and Russian.

Actually, this book is extended tranlation of my «Конспект по Bash» article on Ukrainian.

сс/ @bucaran, @andrepolischuk

@sumbach I've thought about creating translation directory and adding flags to cli, such as

bash-handbook # default 'en'
bash-handbook --uk # Ukrainian translation
bash-handbook --ru # Russian translation

or

bash-handbook --lang=uk
bash-handbook --lang=ru

Closing this, since translating solution is already implemented.