You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
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.
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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Avoids the ugly effect of my console log output flooded with 36(!) additional lines like that:
by this single line:
> init from cap-js/attachments/db/data/sap.attachments-ScanStates_texts.csv