Skip to content

Commit

Permalink
internationalization of sheet name: add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Tietse authored and Brandon Tietse committed Aug 23, 2021
1 parent 2343f1d commit 50803d0
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package com.bakdata.conquery.internationalization;

import c10n.annotations.De;
import c10n.annotations.En;

public interface ExcelSheetNameC10n {
@En("Result")
@De("Ergebnis")
String result();
}

0 comments on commit 50803d0

Please sign in to comment.