jsakamoto / Toolbelt.Blazor.I18nText

The class library that provides the ability to localize texts on your Blazor app!
Mozilla Public License 2.0
247 stars 25 forks source link

run or ( rebuild ) CompileTask on production environment #16

Open HassanBakri opened 5 years ago

HassanBakri commented 5 years ago

hello there , i'm working with application where user can define (or build) forms in run time and part of fields creation process is define resource key (and subsequently the translations to our supported languages), thanks to I18nText indexer we can render the user-defined form successfully, the issue here i'm writing about is how do we add the newly crated resource key and their translation while the application in production environment ?? as i reviewed the package (Toolbelt.Blazor.I18nText) tow steps are required :

  1. adding the translation in JSON files
  2. rebuild the project (which will run Toolbelt.Blazor.I18nText.CompileTask).

so how to preform step 2 on production environment where there is no visual studio ???

-- i m looking for guidance if this out of your plan