Skip to content

Commit

Permalink
Add german translation (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaVukovic authored and lupoDharkael committed Mar 20, 2019
1 parent 5174f8d commit abe356a
Show file tree
Hide file tree
Showing 4 changed files with 921 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Check this nice official documentation from Qt docs as it explains how to transl
| Polish | pl | :bookmark:v0.5.1 | [napcok](/~https://github.com/napcok) |
| Serbian | sr | :bookmark:v0.6.0 | [cobisimo](/~https://github.com/cobisimo) |
| Ukrainian | uk | :bookmark:v0.6.0 | [vboden](/~https://github.com/vboden) |

| German | de | :bookmark:v0.6.0 | [DaVukovic](/~https://github.com/DaVukovic) |

## Code

Expand Down
3 changes: 2 additions & 1 deletion flameshot.pro
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ TRANSLATIONS = translations/Internationalization_es.ts \
translations/Internationalization_ja.ts \
translations/Internationalization_pt_br.ts \
translations/Internationalization_sr.ts \
translations/Internationalization_uk.ts
translations/Internationalization_uk.ts \
translations/Internationalization_de_DE.ts

# Generate translations in build
TRANSLATIONS_FILES =
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/infowindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ QVector<const char *> InfoWindow::m_keys = {
"CTRL + C",
"CTRL + S",
"CTRL + Z",
"SPACEBAR",
QT_TR_NOOP("SPACEBAR"),
QT_TR_NOOP("Right Click"),
QT_TR_NOOP("Mouse Wheel")
};
Expand Down
Loading

0 comments on commit abe356a

Please sign in to comment.