Replies: 1 comment
-
The issue @szmarci reported more than a year ago, is still present. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to the docs when using the
--localize
flag withpac solution unpack
, it supposed to do this:Which it does. It creates a Resources folder with a bunch of
.resx
files.My understanding is that at this point I am free to modify these generated files, changing the translations, etc... And when I repackage the solution with this command
pac solution pack --localize
it reads these files during the process and puts them into the final.xml
.The problem is that this is not happening. I get these logs during packaging:
But at the end of the process when I unzip the solution and try to look for my custom strings in
customizations.xml
I added before the packaging, they are nowhere to be found.Is something I am misunderstanding about the purpose of this command?
Or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions