Skip to content
Snippets Groups Projects

I18n

Closed DarkGod requested to merge i18n into master
672+ files
+ 9118
8814
Compare changes
  • Side-by-side
  • Inline
Files
672+
@@ -26,6 +26,9 @@ newPackage{ id = "basic", name = "Basic", weight = 1,
bignews = {font="/data/font/VeraMono.ttf", normal=30},
resources_normal = {font="/data/font/Vera.ttf", bold=true, normal=12},
resources_small = {font="/data/font/Vera.ttf", bold=true, normal=10},
classic = {font="/data/font/Vera.ttf", normal=12, small=10, big=14},
classic_mono = {font="/data/font/VeraMono.ttf", normal=12, small=10, big=14},
insular = {font="/data/font/INSULA__.ttf", normal=14, small=12, big=16},
}
newPackage{ id = "web", name = "Web", weight = 10,
@@ -39,6 +42,9 @@ newPackage{ id = "web", name = "Web", weight = 10,
bignews = {font="/data/font/DroidSansMono.ttf", normal=30},
resources_normal = {font="/data/font/DroidSans.ttf", bold=true, normal=12},
resources_small = {font="/data/font/DroidSans.ttf", bold=true, normal=10},
classic = {font="/data/font/USENET_.ttf", normal=16, small=14, big=18},
classic_mono = {font="/data/font/SVBasicManual.ttf", normal=14, small=10, big=16},
insular = {font="/data/font/INSULA__.ttf", normal=14, small=12, big=16},
}
newPackage{ id = "fantasy", name = "Fantasy", weight = 100,
@@ -51,4 +57,22 @@ newPackage{ id = "fantasy", name = "Fantasy", weight = 100,
bignews = {font="/data/font/Salsa-Regular.ttf", normal=30},
resources_normal = {font="/data/font/Salsa-Regular.ttf", normal=14},
resources_small = {font="/data/font/Salsa-Regular.ttf", normal=12},
classic = {font="/data/font/USENET_.ttf", normal=16, small=14, big=18},
classic_mono = {font="/data/font/SVBasicManual.ttf", normal=14, small=10, big=16},
insular = {font="/data/font/INSULA__.ttf", normal=14, small=12, big=16},
}
newPackage{ id = "chinese", name = "Chinese", weight = 100,
small = {font="/data/font/WenQuanYiMicroHei.ttf", normal=12, small=10, big=14},
default = {font="/data/font/WenQuanYiMicroHei.ttf", normal=16, small=12, big=18},
bold = {font="/data/font/WenQuanYiMicroHei.ttf", normal=16, small=12, big=18},
mono = {font="/data/font/WenQuanYiMicroHeiMono.ttf", normal=16, small=12, big=18},
mono_small = {font="/data/font/WenQuanYiMicroHeiMono.ttf", normal=14, small=10, big=16},
flyer = {font="/data/font/WenQuanYiMicroHei.ttf", normal=14, small=12, big=16},
bignews = {font="/data/font/WenQuanYiMicroHei.ttf", normal=30},
resources_normal = {font="/data/font/WenQuanYiMicroHei.ttf", normal=16},
resources_small = {font="/data/font/WenQuanYiMicroHei.ttf", normal=14},
classic = {font="/data/font/WenQuanYiMicroHei.ttf", normal=16, small=14, big=18},
classic_mono = {font="/data/font/WenQuanYiMicroHeiMono.ttf", normal=14, small=10, big=16},
}
Loading