salom - A simple hello world greeting in Tajik language
Салом, ин як программаи хурд, ки ба шумо бo забони тоҷикӣ тарҷума кардани веб саҳифаро кумак мекунад.
Бо забони программаронии Руби навишта шудааст.
Perform the following steps:
#If using ruby on rails v '5.2.3' #Add to your Gemfile
gem 'salom', '~> 0.0.4'
#From the command line, execute the following command:
bundle install
Usage:
Salom.hi("english") # puts 'hello' Salom.hi("tajik") # puts 'Салом'
#work in progress