Skip to content

Commit

Permalink
Add strings for issue reporting on mobile (#366)
Browse files Browse the repository at this point in the history
* Add strings for issue reporting on mobile

* Bump version
  • Loading branch information
ruixhuang authored Apr 1, 2024
1 parent e8763dc commit be31134
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions config/localizations_native/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,15 @@
"V4_TRANSFEROUT": {
"COMPLETED_TITLE": "Transfer submitted",
"COMPLETED_TEXT": "Your transfer of {AMOUNT_ELEMENT} {TOKEN} has been submitted"
},
"ISSUE_REPORT": {
"SETTINGS_TITLE": "Report Issue",
"LOADING_TITLE": "Loading log files...",
"LOADING_COMPLETED_TITLE": "Log file created",
"LOADING_ERROR_TITLE": "Failed to create log file",
"EMAIL_SUBJECT": "Issue Report",
"EMAIL_BODY": "Please describe the issue you're facing:",
"CHOOSER_TITLE": "Send App Log"
}
},
"RATE_APP": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.55",
"version": "1.1.56",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// !! GENERATED FILE - DO NOT EDIT

// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
// Generated from ./config/localization/en/app.json using scripts/codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down

0 comments on commit be31134

Please sign in to comment.