We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a85a7c commit c2b0ca6Copy full SHA for c2b0ca6
lib/babosa/transliterator/spanish.rb
@@ -3,7 +3,7 @@
3
module Babosa
4
module Transliterator
5
class Spanish < Latin
6
- APPROXIMATIONS = { "ñ" => "ni", "Ñ" => "Ni" }.freeze
+ APPROXIMATIONS = {"ñ" => "ni", "Ñ" => "Ni"}.freeze
7
end
8
9
0 commit comments