Skip to content

Merge .csv files for localized data#478

Open
danjoa wants to merge 1 commit into
mainfrom
merge-csvs
Open

Merge .csv files for localized data#478
danjoa wants to merge 1 commit into
mainfrom
merge-csvs

Conversation

@danjoa

@danjoa danjoa commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Avoids the ugly effect of my console log output flooded with 36(!) additional lines like that:

    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_ar.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_bg.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_cs.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_da.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_de.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_el.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_en.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_en_US_saptrc.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_es.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_es_MX.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_fi.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_fr.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_he.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_hr.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_hu.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_it.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_ja.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_kk.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_ko.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_ms.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_nl.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_no.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_pl.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_pt.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_ro.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_ru.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_sh.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_sk.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_sl.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_sv.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_th.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_tr.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_uk.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_vi.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_zh_CN.csv
    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts_zh_TW.csv

by this single line:

    > init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts.csv

@danjoa danjoa requested a review from a team as a code owner July 8, 2026 15:04
hyperspace-insights[bot]

This comment was marked as off-topic.

@stefanrudi

Copy link
Copy Markdown
Contributor

These .csv files were generated by the Translation Delivery Service and are necessary for entities that hold Codelists. Therefore, we can't simply delete the .csv files for localized data (either way the next translation delivery will re-add these files again). Maybe it is possible to change the config of translation_v2.json to store all translations in a single file?

@danjoa

danjoa commented Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

If that is the case let's remove the translation hub connection please, until we have a solution which works.
In the meantime we shall do the translations ourselves, using Copilot or alike.
We can't afford such detrimental effects on quality caused by poor org processes.

@danjoa

danjoa commented Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

BTW: How reasonable are the hyperspace-insights above if we anyways rather ignore them.
Simply creates noise and burns tokens? → if it is that way, can we disable them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants