fix: style
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
-- +goose Up
|
||||
Repository Work Chart
|
||||
Repository
|
||||

|
||||
Select a repository
|
||||
Year
|
||||

|
||||
Select a year
|
||||
Quarter
|
||||

|
||||
All Quarters
|
||||
Please select a repository to view work data.-- +goose Up
|
||||
-- Add translations for products and navigation
|
||||
|
||||
-- Register new components
|
||||
@@ -30,6 +40,7 @@ INSERT IGNORE b2b_translations (lang_id, scope_id, component_id, `key`, data) VA
|
||||
(1, 3, 304, 'yes', 'Yes'),
|
||||
(1, 3, 304, 'no', 'No'),
|
||||
(1, 3, 304, 'added_to_cart', 'Added to cart'),
|
||||
(1, 3, 304, 'description', 'Description'),
|
||||
-- Polish (lang_id = 2)
|
||||
(2, 3, 304, 'title', 'Produkty'),
|
||||
(2, 3, 304, 'image', 'Obrazek'),
|
||||
@@ -53,6 +64,7 @@ INSERT IGNORE b2b_translations (lang_id, scope_id, component_id, `key`, data) VA
|
||||
(2, 3, 304, 'yes', 'Tak'),
|
||||
(2, 3, 304, 'no', 'Nie'),
|
||||
(2, 3, 304, 'added_to_cart', 'Dodano do koszyka'),
|
||||
(2, 3, 304, 'description', 'Opis'),
|
||||
-- Czech (lang_id = 3)
|
||||
(3, 3, 304, 'title', 'Produkty'),
|
||||
(3, 3, 304, 'image', 'Obrázek'),
|
||||
@@ -75,7 +87,8 @@ INSERT IGNORE b2b_translations (lang_id, scope_id, component_id, `key`, data) VA
|
||||
(3, 3, 304, 'products', 'produktů'),
|
||||
(3, 3, 304, 'yes', 'Ano'),
|
||||
(3, 3, 304, 'no', 'Ne'),
|
||||
(3, 3, 304, 'added_to_cart', 'Přidáno do košíku');
|
||||
(3, 3, 304, 'added_to_cart', 'Přidáno do košíku'),
|
||||
(3, 3, 304, 'description', 'Popis');
|
||||
|
||||
-- Component: nav (component_id = 305)
|
||||
INSERT IGNORE b2b_translations (lang_id, scope_id, component_id, `key`, data) VALUES
|
||||
|
||||
Reference in New Issue
Block a user