Skip to content

Commit

Permalink
v7.5.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
n3dst4 committed Oct 21, 2023
1 parent 3f0add7 commit 1b15fe1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## Unreleased

* Updated Polish translations for the new import/export features. Thanks @marksjus (#503)

## 7.5.0 (2023-10-19)

* **BUG FIX: Newly created PCs now have a occupation**, as intended (#474).
Expand Down
7 changes: 5 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,12 @@ tx pull --all --force --workers 16
* `--force` - overwrite "newer" files. This should only happen if there has been a PR or commit that changed the translations without also uploading those changes to Transifex.

> ⚠️ After running `pn pullTranslations` (or the `tx pull` command above), you MUST look through the changes in git and confirm that they make sense. Look for languages with a lot of changes and double check that you are not accidentally overwriting changes that were added to git but not TX.
>
> ⚠️ To that point - when someone sends a PR with translation changes, it's better to feed those into TX (resources -> language -> upload file) and then pull them back down again, rather than committing directly. This way TX remains the single source of truth for translations.
### When someone sends a PR with translation changes

It's better to feed those into TX (resources -> language -> upload file) and then pull them back down again, rather than committing directly. This way TX remains the single source of truth for translations.

Alternatively, if the PR looks safe, you can merge it - but then you sghould upload the changes to TX and immediately pull them back down again to make sure that nothing else changed in the meantime.


### Getting set up to pull translations from Transifex
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "gumshoe-fvtt",
"version": "7.5.0",
"version": "7.5.1-alpha.1",
"type": "module",
"description": "Official GUMSHOE support for FoundryVTT. Ships with compatiblity for several settings, and can be customized to work with any other setting.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "investigator",
"title": "GUMSHOE",
"description": "Official GUMSHOE support for FoundryVTT. Ships with compatiblity for several settings, and can be customized to work with any other setting.",
"version": "7.5.0",
"version": "7.5.1-alpha.1",
"authors": [{ "name": "Neil de Carteret" }],
"scripts": [],
"esmodules": ["investigator.js"],
Expand Down

0 comments on commit 1b15fe1

Please sign in to comment.