Data table schema - machine translation, languages, translation management systems... #232
bittlingmayer
started this conversation in
General
Replies: 2 comments 1 reply
-
What other data files do we need?
|
Beta Was this translation helpful? Give feedback.
1 reply
-
We don't necessarily want to auto-generate pages. For example, we can make a And then
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're adding useful lists, for example a list of TMS with regard to their machine translation integrations.
For this, we should just create data files and do a kind of "join" with a nest loop - see https://jekyllrb.com/docs/datafiles/
We don't want to duplicate data. So we need to define a proper schema. For example:
_data/translation-management-systems.yaml
_data/machine-translation-apis.yaml
_data/quality-apis.yaml
_data/languages.yaml
Beta Was this translation helpful? Give feedback.
All reactions