Fix indentation
This commit is contained in:
parent
c6a9424f5a
commit
e1984e06c0
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ module Twine
|
|||
end
|
||||
|
||||
def output_path_for_language(lang)
|
||||
"values-#{lang}".gsub(/-(\p{Lu})/, '-r\1')
|
||||
"values-#{lang}".gsub(/-(\p{Lu})/, '-r\1')
|
||||
end
|
||||
|
||||
def set_translation_for_key(key, lang, value)
|
||||
|
|
Reference in a new issue