Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Czech language - nu-prefix missing

Questions related to using nuBuilder Forte.
Post Reply
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Czech language - nu-prefix missing

Unread post by kev1n »

Steven,

The Czech language is missing the nu-prefix:
https://github.com/steven-copley/nubuil ... .sql#L3452

Could you add it?

Code: Select all

UPDATE `zzzzsys_translate` SET `zzzzsys_translate_id` = CONCAT('nu', `zzzzsys_translate_id`) WHERE `trl_language` = 'Czech'

...and new translations are ready to be included in nuBuilder. See: https://forums.nubuilder.cloud/viewtopic. ... 334#p20981
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: Czech language - nu-prefix missing

Unread post by kev1n »

This has been fixed.
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Czech language - nu-prefix missing

Unread post by admin »

.
Post Reply