Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes german language; adds build-instructions #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ Then translate the text in these by your language.
Update the `src/lang/index.ts`
Then run `rc-apps deploy ...` to deploy the app to your server.

## Package

1. Install [rc-apps](https://developer.rocket.chat/docs/apps-engine-cli)
2. Link dependencies
* `npm link typescript`
* `npm link @rocket.chat/apps-engine`
* `npm link @rocket.chat/ui-kit`
* `npm link @rocket.chat/icons`
* `npm install @types/node --save-dev`
3. Package app `rc-apps package`

---

Feel free to let me know if you have any issue.
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "f3ff06c9-fa92-44eb-be38-61cafb7b7566",
"version": "1.0.7",
"version": "1.0.11",
"requiredApiVersion": "^1.36.0",
"iconFile": "icon.png",
"author": {
Expand Down Expand Up @@ -48,4 +48,4 @@
}
],
"implements": []
}
}
3 changes: 2 additions & 1 deletion i18n/br.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"app_language_en": "English",
"app_language_vi": "Tiếng Việt",
"app_language_br": "Brazilian (Portuguese)",
"app_language_fr": "Français"
"app_language_fr": "Français",
"app_language_de": "Alemão"
}
3 changes: 2 additions & 1 deletion i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"app_language_en": "English",
"app_language_vi": "Tiếng Việt",
"app_language_br": "Brazilian (Portuguese)",
"app_language_fr": "Français"
"app_language_fr": "Français",
"app_language_de": "German"
}
3 changes: 2 additions & 1 deletion i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"app_language_en": "English",
"app_language_vi": "Tiếng Việt",
"app_language_br": "Brazilian (Portuguese)",
"app_language_fr": "Français"
"app_language_fr": "Français",
"app_language_de": "Allemand"
}
3 changes: 2 additions & 1 deletion i18n/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"app_language_en": "English",
"app_language_vi": "Tiếng Việt",
"app_language_br": "Brazilian (Portuguese)",
"app_language_fr": "Français"
"app_language_fr": "Français",
"app_language_de": "Tiếng Đức"
}
Loading