We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c59e1c + a62cb83 commit 6fb7739Copy full SHA for 6fb7739
1 file changed
lib/extract_i18n/file_processor.rb
@@ -98,7 +98,7 @@ def update_i18n_yml_file
98
end
99
100
def original_content
101
- @original_content ||= File.read(@file_path)
+ File.read(@file_path)
102
103
104
0 commit comments