summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPhi|eas |ebada <norpol@users.noreply.github.com>2018-12-03 02:11:44 +0100
committermsquare <msquare@notrademark.de>2018-12-03 19:20:58 +0100
commit5696dbffc292375f5b5937a0c3b9573bedc823f6 (patch)
tree4a7462fec7bc91762a402c71cdf5a2ce7549458b /config
parentc9d7e88cc70b6ad124c28be479a6e64c4b174ea6 (diff)
Degender shirt sizes
As requested on [twitter](https://twitter.com/sdrnoise/status/1069327306475347968). Following [Geekfeminism's naming scheme](http://geekfeminism.wikia.com/wiki/T-shirts).
Diffstat (limited to 'config')
-rw-r--r--config/config.default.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 4ba6cdc1..219ac56b 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -126,17 +126,17 @@ return [
// Available T-Shirt sizes, set value to null if not available
'tshirt_sizes' => [
- 'S' => 'S',
- 'S-G' => 'S Girl',
- 'M' => 'M',
- 'M-G' => 'M Girl',
- 'L' => 'L',
- 'L-G' => 'L Girl',
- 'XL' => 'XL',
- 'XL-G' => 'XL Girl',
- '2XL' => '2XL',
- '3XL' => '3XL',
- '4XL' => '4XL',
+ 'S' => 'Small Straight-Cut',
+ 'S-G' => 'Small Fitted-Cut',
+ 'M' => 'Medium Straight-Cut',
+ 'M-G' => 'Medium Fitted-Cut',
+ 'L' => 'Large Straight-Cut',
+ 'L-G' => 'Large Fitted-Cut',
+ 'XL' => 'XLarge Straight-Cut',
+ 'XL-G' => 'XLarge Fitted-Cut',
+ '2XL' => '2XLarge Straight-Cut',
+ '3XL' => '3XLarge Straight-Cut',
+ '4XL' => '4XLarge Straight-Cut',
],
// Session config