Skip to content

Commit 452e17c

Browse files
author
Olivier Halligon
committed
Fix error for Android
1 parent 2d4bae8 commit 452e17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/poesie

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ end
8585
# Android
8686
unless options[:strings_xml].nil?
8787
Log::title('== Android ==')
88-
exporter.run(langs) do |terms|
88+
exporter.run(options[:lang]) do |terms|
8989
# Strings.xml
9090
Log::subtitle("== Language #{options[:lang]} ==")
9191
Poesie::AndroidFormatter::write_strings_xml(terms, options[:strings_xml])

0 commit comments

Comments
 (0)