Skip to content

Commit

Permalink
Remove unneeded translations
Browse files Browse the repository at this point in the history
  • Loading branch information
eprovst committed Oct 6, 2018
1 parent e090f31 commit b0b9a5f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
2 changes: 0 additions & 2 deletions languages/dutch.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ var DutchTranslation = Translation{
More: "(MEER)",

Contd: "(verder)",

Continued: "VERVOLGD:",
}
2 changes: 0 additions & 2 deletions languages/english.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ var EnglishTranslation = Translation{
More: "(MORE)",

Contd: "(cont'd)",

Continued: "CONTINUED:",
}
2 changes: 0 additions & 2 deletions languages/french.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ var FrenchTranslation = Translation{
More: "(PLUS)",

Contd: "(suite)",

Continued: "CONTINUÉ:",
}
2 changes: 0 additions & 2 deletions languages/german.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ var GermanTranslation = Translation{
More: "(MEHR)",

Contd: "(fortges.)",

Continued: "FORTGESETZT",
}
5 changes: 2 additions & 3 deletions languages/languages.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ type Translation struct {
BeginActTags []string
EndActTags []string

More string
Contd string
Continued string
More string
Contd string
}

// All available languages
Expand Down

0 comments on commit b0b9a5f

Please sign in to comment.