Skip to content

Feature manage multilang schema#933

Open
atorret7 wants to merge 14 commits into
mainfrom
feature/manage-multilang-schema
Open

Feature manage multilang schema#933
atorret7 wants to merge 14 commits into
mainfrom
feature/manage-multilang-schema

Conversation

@atorret7

@atorret7 atorret7 commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

…delete functionalities, enhancing internationalization support
@atorret7 atorret7 added this to the 4.16.0 milestone Jul 8, 2026
@atorret7 atorret7 self-assigned this Jul 8, 2026
@danimarinBG danimarinBG modified the milestones: 4.16.0, 4.17.0 Jul 16, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these files in the correct directory?

SET search_path = "SCHEMA_NAME", public;

IF NOT EXISTS (
SELECT 1 FROM information_schema.schemata WHERE schema_name = 'multilang'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For performance I prefer to use directly the pg_class. schema

--FUNCTION CODE: 3550

DROP FUNCTION IF EXISTS SCHEMA_NAME.gw_fct_get_utils_language_ui();
CREATE OR REPLACE FUNCTION SCHEMA_NAME.gw_fct_get_utils_language_ui()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe the name of the fct can be something with multilang? smth like gw_fct_get_multilang??

value::json->>'lang'
INTO v_lang
FROM config_param_user
WHERE parameter = 'utils_language_ui'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also this variable, I prefer to see multilang here

atorret and others added 12 commits July 22, 2026 12:10
…t_user_lang

Co-authored-by: Cursor <cursoragent@cursor.com>
…uage

Co-authored-by: Cursor <cursoragent@cursor.com>
…chema

Co-authored-by: Cursor <cursoragent@cursor.com>
…ng locales

Co-authored-by: Cursor <cursoragent@cursor.com>
…s dialog

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants