Skip to content

Commit 77733d4

Browse files
committed
fix lang attr in official website
1 parent 2c461fb commit 77733d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/official-site/index.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ select 'shell' as component,
44
'SQLPage' as title,
55
'database' as icon,
66
'/' as link,
7-
'en-US' as lang,
7+
'en-US' as language,
88
'Official SQLPage website: write web applications in SQL !' as description,
99
'get started' as menu_item,
1010
'documentation' as menu_item,

examples/official-site/sqlpage/migrations/01_documentation.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ INSERT INTO example(component, description, properties) VALUES
442442
"title": "SQLPage documentation",
443443
"link": "/",
444444
"menu_item": "index",
445-
"lang": "en-US",
445+
"language": "en-US",
446446
"description": "Documentation for the SQLPage low-code web application framework.",
447447
"font": "Poppins",
448448
"icon": "book",

examples/official-site/your-first-sql-website/index.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ select 'shell' as component,
55
'Your SQL Website' as title,
66
'database' as icon,
77
'/' as link,
8-
'en-US' as lang,
8+
'en-US' as language,
99
'Get started with SQLPage: short tutorial for making a SQL-only website' as description,
1010
'documentation' as menu_item,
1111
20 as font_size,

0 commit comments

Comments
 (0)