Skip to content

Commit

Permalink
chore(ios): missing parts for in app purchase
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 13, 2025
1 parent fdcb807 commit 1a8d01b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions app.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ module.exports = (env, params = {}) => {
{ context, from: '**/*.jpg', noErrorOnMissing: true, globOptions },
{ context, from: '**/*.png', noErrorOnMissing: true, globOptions },
{ context, from: 'assets/**/*', noErrorOnMissing: true, globOptions },
{ context: 'tools', from: 'assets/**/*', noErrorOnMissing: true, globOptions },
{
context,
from: 'i18n/**/*',
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@
"sync_settings_desc": "synchronization settings",
"system": "system",
"test": "test",
"thank_you": "thank you !",
"thank_you_subtitle": "your donation will help the project grow and give me time to implement more features",
"theme": {
"auto": "auto",
"black": "black",
Expand Down
2 changes: 1 addition & 1 deletion tools

0 comments on commit 1a8d01b

Please sign in to comment.