Skip to content

Commit

Permalink
Release 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Mar 10, 2024
1 parent 53c600a commit dd21c41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# Changelog for languages

## 2024-02-XX - v2.12.1
## 2024-03-10 - v2.12.1

* `story.status.inProgress` term updated
* Update Meteor version from for the latest 3.0-beta.6
* Add strings for encyclopedia copy strings
* Initial strings for plans

## 2024-02-09 - v2.12.0

* Updated `settings.languages.notice` to include mention of AI generated translations
* Added Traditional Chinese to the language list
* Moved Indonesian, Ukranian, Dutch, Italian, Finnish, Estonia, Hungarian, Norwegian, Swedish, Esperanto, Vietnamese,
* Moved Indonesian, Ukrainian, Dutch, Italian, Finnish, Estonia, Hungarian, Norwegian, Swedish, Esperanto, Vietnamese,
Traditional Chinese and Korean to the language list due to translations by AI
* Activated the above mentioned languages in code
* Activated the above-mentioned languages in code

## 2024-02-08 - v2.11.1

Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Package.describe({
})

Package.onUse(function (api) {
api.versionsFrom(['2.8.1', '3.0-beta.0'])
api.versionsFrom(['2.8.1', '3.0-beta.6'])
api.use(['ecmascript', 'typescript', 'zodern:types'])
api.mainModule('./index.ts', ['client', 'server'], { lazy: true })
})
Expand Down

0 comments on commit dd21c41

Please sign in to comment.