Skip to content

Commit

Permalink
Merge pull request #46 from lolibrary/i18n
Browse files Browse the repository at this point in the history
I18n
  • Loading branch information
momijizukamori authored Aug 16, 2023
2 parents 99f5855 + a829cb8 commit 9248e4b
Show file tree
Hide file tree
Showing 9 changed files with 1,133 additions and 0 deletions.
55 changes: 55 additions & 0 deletions resources/lang/el/brands.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
"developer_comments","target","source","ID"
"angelic-pretty","","Angelic Pretty",""
"baby-the-stars-shine-bright","","Baby, the Stars Shine Bright",""
"innocent-world","","Innocent World",""
"alice-and-the-pirates","","Alice and the Pirates",""
"metamorphose-temps-de-fille","","Metamorphose Temps de Fille",""
"jane-marple","","Jane Marple",""
"victorian-maiden","","Victorian Maiden",""
"atelier-boz","","Atelier Boz",""
"excentrique","","Excentrique",""
"bodyline","","Bodyline",""
"moi-meme-moitie","","Moi-même-Moitié",""
"juliette-et-justine","","Juliette et Justine",""
"mary-magdalene","","Mary Magdalene",""
"putumayo","","Putumayo",""
"antique-beast","","Antique Beast",""
"atelier-pierrot","","Atelier Pierrot",""
"black-peace-now","","Black Peace Now",""
"beth","","Beth",""
"emily-shirley-temple-cute","","Emily Temple Cute",""
"indie-brand","","Indie Brand",""
"chinese-indie","","Chinese Indie Brand",""
"h-naoto","","h.NAOTO",""
"maxicimam","","MAXICIMAM",""
"cornet","","Cornet",""
"grimoire","","Grimoire",""
"heart-e","","Heart E",""
"6dokidoki","","6%DOKIDOKI",""
"physical-drop","","Physical Drop",""
"millefleurs","","Millefleurs",""
"pink-house","","Pink House",""
"vivienne-westwood","","Vivienne Westwood",""
"haenuli","","Haenuli",""
"surface-spell","","SurfaceSpell",""
"chantilly","","Enchantlic Enchantilly",""
"sheglit","","Sheglit",""
"milk","","MILK",""
"lief","","Lief",""
"chess-story","","Chess Story",""
"krad-lanrete","","Krad Lanrete",""
"offbrand","","Offbrand",""
"infanta","","Infanta",""
"triple-fortune","","Triple Fortune",""
"baby-secret-love","","Baby Secret Love",""
"mr","","MR",""
"shirley-temple","","Shirley Temple",""
"miho-matsuda","","Miho Matsuda",""
"leur-getter","","Leur Getter",""
"q-pot","","Q-pot",""
"peppermint-fox","","Peppermint Fox",""
"soufflesong","","Soufflesong",""
"axes-femme","","Axes Femme",""
"marble","","Marble",""
"the-black-ribbon","","The Black Ribbon",""
"wonderful-world","","Wonderful World",""
30 changes: 30 additions & 0 deletions resources/lang/el/categories.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?php
return [
'cape' => '',
'publications' => '',
'hair-accessories' => '',
'corsetbustier' => '',
'unmentionables' => '',
'cutsew' => '',
'petticoat' => '',
'vest' => '',
'cardigan' => '',
'blouse' => '',
'accessories' => '',
'bolero' => '',
'other' => '',
'bloomers' => '',
'apron' => '',
'socks' => '',
'jsk' => '',
'umbrellas-parasols' => '',
'salopette' => '',
'pants' => '',
'skirt' => '',
'shoes' => '',
'coats' => '',
'bags' => '',
'jewelry' => '',
'sets' => '',
'op' => '',
];
63 changes: 63 additions & 0 deletions resources/lang/el/features.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?php
return [
'oxford' => '',
'open-heel' => '',
'ankle-boot' => '',
'open-toe' => '',
'wedge' => '',
'kimono-sleeves' => '',
'frog-closure' => '',
'sandal' => '',
'style-boot' => '',
'shoes-lacing' => '',
'platform' => '',
'underbust' => '',
'detachable-yoke' => '',
'detachable-strap' => '',
'detachable-apron' => '',
'convertible-straps' => '',
'halter-neckline' => '',
'capelet' => '',
'tucks' => '',
'jabot' => '',
'sailor-collar' => '',
'no-sleeves' => '',
'hood' => '',
'dropped-waist' => '',
'boning' => '',
'removable-collar' => '',
'built-in-petticoat' => '',
'removable-belt' => '',
'detachable-sleeves' => '',
'princess-sleeves' => '',
'corset-lace-(decorative)' => '',
'removable-sash' => '',
'empire-waist' => '',
'neck-ties' => '',
'scalloped' => '',
'bustled' => '',
'buttoned-front' => '',
'detachable-trim' => '',
'back zip' => '',
'pleats' => '',
'elasticized-cuffs' => '',
'high-neck-collar' => '',
'adjustable-straps' => '',
'full-shirring' => '',
'pintucks' => '',
'buttoned-cuffs' => '',
'peter-pan-collar' => '',
'back-shirring' => '',
'high-waist' => '',
'pockets' => '',
'tiered-skirt' => '',
'side-zip' => '',
'detachable-waist-ties' => '',
'partial-shirring' => '',
'short-sleeves' => '',
'detachable-bow' => '',
'corset-lacing' => '',
'long-sleeves' => '',
'no-shirring' => '',
'lining' => '',
];
Loading

0 comments on commit 9248e4b

Please sign in to comment.