Answer the question
In order to leave comments, you need to log in
How to make a transfer from one layout to another?
Hello. The task is as follows: you need to translate the text from one layout to another. That is, from куищще
get reboot
, and from lf
get да
Is there a ready-made solution for Ruby/Ruby on Rails?
Or is it better to write a method yourself
def change_lng_mode(str)
keymap = {a: "ф", b: "и" ... }
str.gsub!(/[A-z]/) do |char|
keymap[char.to_sym]
end
end
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question