Commit Graph

8 Commits

Author SHA1 Message Date
Neil Burrows
e15916496c Tab Translations 2020-08-17 16:48:23 +01:00
Neil Burrows
9af712cec7 Open BoxSets in new ItemGrid 2020-07-14 08:31:34 +01:00
Neil Burrows
c18f6fb9ce Capture errors during playback
Display Dialog when error occurs during playback
2020-07-11 09:15:59 +01:00
Neil Burrows
5993ee7d36 Check buffered Percentage is increasing 2020-07-11 09:13:39 +01:00
Neil Burrows
a2d77efeae Add new Dialog data to translation files 2020-05-31 16:12:38 +01:00
Tod Fitch
c9b9b61a66 Change from XLIFF to TS format translation files
Signed-off-by: Tod Fitch <tod@fitchfamily.org>
2020-05-08 21:26:45 -04:00
Tod Fitch
66f3ca9a06 Fix 'ends at ' and remove SPDX license headers
Signed-off-by: Tod Fitch <tod@fitchfamily.org>
2020-05-08 21:26:45 -04:00
Tod Fitch
07a9950ee6 Partial support for https://github.com/jellyfin/jellyfin-roku/issues/36
Partial implemented support for the languages and dialets that Roku supports.

A number of structural issues encountered the biggest are:
1. Programatically catenating strings which assumes a particular language syntax.
2. Using display strings in buttons, etc. to determine action.
3. Building display objects in BrightScript rather than in XML. This results in many cases where you have to translate the same string many times (e.g. "Cancel")

Side note: My editor is set to remove trailing spaces and to assure a new line at the end of the file. Existing source code seems to vary on this. I can revert those few changes if that is a problem.

Finally, added https://reuse.software/spec/ compliant license information to the new files and the files I touched.

Signed-off-by: Tod Fitch <tod@fitchfamily.org>
2020-05-08 21:26:45 -04:00