PowerBiDevCamp / TranslationsBuilder

An external tool for Power BI Desktop to manage translations and localization for Power BI datasets and reports.
MIT License
33 stars 18 forks source link

Unable to translate a table belong to a SQL Server schema named "translations" #20

Open MartinRiddar opened 9 months ago

MartinRiddar commented 9 months ago

I have a bunch of tables in a schema named translations and none of them show up in the translation builder, if I create a new schema named test and copy the table there it works as expected.

I have translations builder version 2.2 installed.

I've tested a few variations, tables in the following schemas does not appear in the translations builder: translations, the_translations, translations_we_have. Tables in the following schemas does appear: the_translation, test.

So it seems to me that the schema cannot contain the word translations, can anyone confirm this?