Hi everyone, I made a fork for i18n (<here>). I'm ...
# contribute-code
a
Hi everyone, I made a fork for i18n (here). I'm almost done, I still have some problems with the tests and for all text displayed on the front but written in the back (mostly for the Analytics page). So I have some questions. 1/ Does anyone have any idea for the back-generated text ? 2/ Is there anywhere an exhaustive list of entities subtypes ? 3/ Any ideas to manage a dynamic list of language ? 4/ What is the process to submit my fork for a merge into DataHub ?
r
@bitter-author-2524 Could you look into this? Thanks!
thank you 1
b
Hi @acceptable-judge-21659 1. I'm not sure what you mean here by back-generated text, sorry it's not something I am familiar with. Can you share some additional detail? 2. The subtypes are expressed @orange-night-91387 do you happen to know where the entity subtypes are stored? 3. I haven't heard any plans to support dynamic languages at this time but you can absolutely open a feature request https://feature-requests.datahubproject.io/ 4. To submit a PR to datahub: this doc has guidance there https://datahubproject.io/docs/contributing/
I found an outstanding feature request here that you could also upvote! https://feature-requests.datahubproject.io/p/localizing-ui-language
a
If by entity subtypes you mean just generally the types of entities we support you can find them in the entity-registry.yml
If you mean the subtypes aspect I think it may be an enum defined in PDL
Yeah looks like it's just a loose String array based on SubTypes.pdl. I only see a couple that we actively look for on the backend, "source" and "Source". There are some tests that use "Database" and "DataDoc" as well, but I don't think we have an exhaustive list anywhere.
The model allows for any String so it's not really limited by the server
a
Thx for the confirmation @orange-night-91387
👍 1
@bitter-author-2524 could you help me for 3/ and 4/ ?