Ends in:
2 DAYS
4 HRS
32 MIN
18 SEC
Ends in:
2 D
4 H
32 M
18 S
Open Closed

Publishing an abp app to Linux doesn't show localization. #8413


User avatar
0
thomasbr created

When publishing to a windows machine I can use "Web publish" and everything works.

When publishing to Linux we have to use "Publish as zip" and site works great, except for localization, no error no nothing, it just uses the key word and not the translations.

So L["CreateNew"] just shows "CreateNew" while it should show "Create New".

I am thinking that the language json files are somehow not published but it's hard to debug it as I need to publish for every change I do so I wanted to check if there's a know issue here.


2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I think this is related to the virtual file system.

    Can you share a simple test project?

    liming.ma@volosoft.com

    Thanks.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Fixed.

    Was missing: <PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.0" /> In the domain shared project.

Made with ❤️ on ABP v9.1.0-preview. Updated on December 02, 2024, 12:35