From 5696dbffc292375f5b5937a0c3b9573bedc823f6 Mon Sep 17 00:00:00 2001 From: Phi|eas |ebada Date: Mon, 3 Dec 2018 02:11:44 +0100 Subject: 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). --- config/config.default.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'config') 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 -- cgit v1.2.3-54-g00ecf