Greasy Fork is available in English.

Transifex with full size form input boxes

Allows you to send messages in Transifex like a normal person, instead of having a tiny-ass box because their front end developer sucks.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name        Transifex with full size form input boxes
// @namespace   userscripts.org/user/swyter
// @author      Swyter
// @homepage    https://swyterzone.appspot.com
// @description Allows you to send messages in Transifex like a normal person, instead of having a tiny-ass box because their front end developer sucks.
// @match       https://www.transifex.com/*
// @version     1.1.1
// @grant       GM_addStyle
// @icon        https://i.imgur.com/CfwMb7y.png
// ==/UserScript==

GM_addStyle(" input, textarea, .tx-form-error \
            {                                 \
                width:  100% !important;      \
                resize: both !important;      \
            }");