Skip to content

Commit

Permalink
German Translation (stashapp#1578)
Browse files Browse the repository at this point in the history
* initial translation pass
* New line at EOF
  • Loading branch information
Phasetime authored and FleetingOrchard committed Sep 16, 2021
1 parent 2e0f616 commit c0cfd0f
Show file tree
Hide file tree
Showing 4 changed files with 607 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/v2.5/src/components/Changelog/versions/v090.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 🎨 Improvements
* Added de-DE language option. ([#1578](https://github.com/stashapp/stash/pull/1578))

### 🐛 Bug fixes
* Fix is missing date scene criterion causing invalid SQL. ([#1577](https://github.com/stashapp/stash/pull/1577))
* Fix rendering of carousel images on Apple devices. ([#1562](https://github.com/stashapp/stash/pull/1562))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export const SettingsInterfacePanel: React.FC = () => {
>
<option value="en-US">English (United States)</option>
<option value="en-GB">English (United Kingdom)</option>
<option value="de-DE">German (Germany)</option>
<option value="zh-TW">繁體中文 (台灣)</option>
</Form.Control>
</Form.Group>
Expand Down
Loading

0 comments on commit c0cfd0f

Please sign in to comment.