أنشطة "Buckoge"

إجابة

Ok, great thanks.

إجابة

Ok, this is great for us it works.

If it's not a problem to tell me, we set the default language to Serbian, as you can see in the first picture, but always when we log in for the first time, it is English.

Thanks.

إجابة

Hi,

It seems we didn't understand each other well, sorry maybe I didn't explain well, this command abp translate -c sr -r en compares sr.json and en.json and I already translated it, it made this, everything matches:

{ "ReferenceCulture": "en", "TargetCulture": "sr", "Resources": [] }

I need a translation into Serbian, by default teat comes from Abp, and when we update Abp you add new texts. These values ​​do not exist in en.json

For example, in Language Texts under Resource Name, they have options AbpAccount, AbpAuditLogging and others. How should we translate these?

Sorry, please correct me if I misunderstood something

إجابة

Hi,

Host:

Tenant:

I noticed, if this can help, that the AbpLanguageTexts table is empty when we create a new tenant, when i manually insert (backup/restore) data from the host table (using dbeaver), then the translation works. Maybe we should somehow seed this table when we create the tenant? We create the tenant through abp, and we choose that it is a separate database.

Thanks.

إجابة

Hi,

We decided for now, to leave it as it is at the moment. If in the future there is a need to customize the Text Templates module, I will write for InlineContent page code.

Thanks.

إجابة

Maybe this can help :-) In EntityFrameworkCore add ToLower()

.WhereIf(!string.IsNullOrWhiteSpace(filterText), e => e.Name.ToLower().Contains(filterText.ToLower())) .WhereIf(!string.IsNullOrWhiteSpace(name), e => e.Name.ToLower().Contains(name.ToLower()));

إجابة

Ok, thank you

إجابة

Thanks

إجابة

Hi I sent an email with the link and steps, I hope it's ok like this.

إجابة

Hi,

<abp-tabs name="Radnik" id="myTab">
    <abp-tab-dropdown title="Podaci o radniku" name="PodaciRadnik">

        <abp-tab parent-dropdown-name="PodaciRadnik" active="true" title="Osnovni podaci I" name="osnovniPodaci1" href="#osnovniPodaci1">

        </abp-tab>
        <abp-tab parent-dropdown-name="PodaciRadnik" title="Osnovni podaci II" name="osnovniPodaci2" href="#osnovni-podaci2">

        </abp-tab>
        <abp-tab parent-dropdown-name="PodaciRadnik" title="Profesionalni podaci" name="profesionalniPodaci" href="#profesionalniPodaci">

        </abp-tab>

        <abp-tab parent-dropdown-name="PodaciRadnik" title="Legitimacije" name="legitimacije" href="#legitimacije">

        </abp-tab>

    </abp-tab-dropdown>
</abp-tabs>
عرض 1 الي 10 من 22 إدخالات
Made with ❤️ on ABP v8.2.0-preview Updated on مارس 25, 2024, 15:11