Skip to content

Commit

Permalink
Replaced old placeholder
Browse files Browse the repository at this point in the history
New design puts the xcstrings file in the main directory, can be changed later
  • Loading branch information
Jag-Marcel committed Jun 3, 2024
1 parent 055453f commit 811fe13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scribe-i18n/Scripts/convert_to_swift.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
data += (f' }},\n'
f' "version" : "1.0"\n'
f'}}\n')
open('placeholder', 'w').write(data)
open(os.path.join(directory, "Localizable.xcstrings"), 'w').write(data)

0 comments on commit 811fe13

Please sign in to comment.