Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Support Qt ts file format
Browse files Browse the repository at this point in the history
  • Loading branch information
djansen-redhat committed Mar 3, 2016
1 parent 4651b86 commit 87d4605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -202,6 +202,7 @@ public ImmutableList<String> getFileTypes() {
"\t OPEN_DOCUMENT_GRAPHICS[odg] \n" +
"\t OPEN_DOCUMENT_SPREADSHEET[ods] \n" +
"\t SUBTITLE[srt;sbt;sub;vtt] \n" +
"\t TS[ts] \n" +
"\t GETTEXT[pot] \n" +
"\t PROPERTIES[properties] \n" +
"\t PROPERTIES_UTF8[properties] \n" +
Expand Down
Expand Up @@ -83,7 +83,7 @@ public void testServerAcceptedType() {
}
assertThat(allExtension, Matchers.containsInAnyOrder("dtd", "pot",
"txt", "idml", "html", "htm", "odt", "odp", "odg", "ods",
"srt", "sbt", "sub", "vtt", "properties", "xml"));
"srt", "sbt", "sub", "vtt", "properties", "xml", "ts"));
}

@Test
Expand Down

0 comments on commit 87d4605

Please sign in to comment.