Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some slovak languages into update SQL #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mat-hew1
Copy link

No description provided.

@@ -267,3 +267,73 @@ UPDATE static_countries SET cn_short_sk='Západná Sahara' WHERE cn_iso_2='EH';
UPDATE static_countries SET cn_short_sk='Jemen' WHERE cn_iso_2='YE';
UPDATE static_countries SET cn_short_sk='Zambia' WHERE cn_iso_2='ZM';
UPDATE static_countries SET cn_short_sk='Zimbabwe' WHERE cn_iso_2='ZW';


UPDATE static_languages SET lg_name_sk='albánsky' WHERE uid=4;
Copy link
Owner

Choose a reason for hiding this comment

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

Thanks for the PR, but may I ask you to update the update statements not to use uid but e.g. lg_iso_2='AB' AND lg_country_iso_2='' instead.

Here some further information on that:
https://github.com/manuelselbach/static_info_tables_ru/blob/master/ext_tables_static%2Badt.sql#L927

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants