Add CWS listing description

In order to be able to translate the CWS listing description to other
languages in Pontoon, we must add it to the Git repo. This CL does that
and adds the configuration so Pontoon manages translations of that file.

Bug: twpowertools:40
Change-Id: I4c0a6341ae1c44dcb5d8c744b708a24b05c2857e
diff --git a/.zuul.yaml b/.zuul.yaml
index b670233..a519e46 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -9,6 +9,7 @@
       - "OWNERS"
       - "README.md"
       - "i18n-config.toml"
+      - "cws/.*"
 
 - project:
     check:
diff --git a/cws/README.md b/cws/README.md
new file mode 100644
index 0000000..5e6a220
--- /dev/null
+++ b/cws/README.md
@@ -0,0 +1,7 @@
+This folder contains the description shown in the Chrome Web Store listing for
+this extension.
+
+The source of truth is the [English version][1], with text in other languages
+being a translation.
+
+[1]: en/listing-description.lang
diff --git a/cws/en/listing-description.lang b/cws/en/listing-description.lang
new file mode 100644
index 0000000..bd5eb6c
--- /dev/null
+++ b/cws/en/listing-description.lang
@@ -0,0 +1,14 @@
+;After installing the extension, adjust it to your needs by clicking its icon in the extensions menu to access the options page. This is because features other than infinite scroll are disabled by default.
+After installing the extension, adjust it to your needs by clicking its icon in the extensions menu to access the options page. This is because features other than infinite scroll are disabled by default.
+
+;You can see a list of all the enhancements here: https://gerrit.avm99963.com/plugins/gitiles/infinitegforums/+/HEAD/docs/features.md
+You can see a list of all the enhancements here: https://gerrit.avm99963.com/plugins/gitiles/infinitegforums/+/HEAD/docs/features.md
+
+;New additions in future updates will be disabled by default, and can be manually enabled in the options page. Join https://groups.google.com/g/twpowertools-discuss to receive updates about new functionality.
+New additions in future updates will be disabled by default, and can be manually enabled in the options page. Join https://groups.google.com/g/twpowertools-discuss to receive updates about new functionality.
+
+;The source code is available here: https://gerrit.avm99963.com/plugins/gitiles/infinitegforums. Contributions are welcome!
+The source code is available here: https://gerrit.avm99963.com/plugins/gitiles/infinitegforums. Contributions are welcome!
+
+;Help translate the extension to your native language! Visit https://avm99963-pontoon.herokuapp.com/projects/tw-power-tools/
+Help translate the extension to your native language! Visit https://avm99963-pontoon.herokuapp.com/projects/tw-power-tools/
diff --git a/cws/es/listing-description.lang b/cws/es/listing-description.lang
new file mode 100644
index 0000000..23dcdbf
--- /dev/null
+++ b/cws/es/listing-description.lang
@@ -0,0 +1,14 @@
+;After installing the extension, adjust it to your needs by clickingits icon in the extensions menu to access the options page. This is because features other than infinite scroll are disabled by default.
+Después de instalar la extensión, ajústala a tus necesidades haciendo clic en su icono en el menú de extensiones para acceder a la página de opciones. Esto es porque todas las funciones exceptuando el scroll infinito están desactivadas por defecto.
+
+;You can see a list of all the enhancements here: https://gerrit.avm99963.com/plugins/gitiles/infinitegforums/+/HEAD/docs/features.md
+Puedes ver una lista con todas las mejoras aquí: https://gerrit.avm99963.com/plugins/gitiles/infinitegforums/+/HEAD/docs/features.es.md
+
+;New additions in future updates will be disabled by default, and can be manually enabled in the options page. Join https://groups.google.com/g/twpowertools-discuss to receive updates about new functionality.
+Las nuevas mejoras que se añadan en actualizaciones futuras vendrán desactivadas por defecto, las puedes activar manualmente yendo a la página de opciones. Únete a https://groups.google.com/g/twpowertools-discuss para recibir actualizaciones sobre nueva funcionalidad.
+
+;The source code is available here: https://gerrit.avm99963.com/plugins/gitiles/infinitegforums. Contributions are welcome!
+El código fuente está disponible aquí: https://gerrit.avm99963.com/plugins/gitiles/infinitegforums. ¡Cualquier contribución es bienvenida!
+
+;Help translate the extension to your native language! Visit https://avm99963-pontoon.herokuapp.com/projects/tw-power-tools/
+¡Ayuda a traducir la extensión a tu idioma nativo! Visita https://avm99963-pontoon.herokuapp.com/projects/tw-power-tools/
diff --git a/i18n-config.toml b/i18n-config.toml
index 10a1b23..8c02374 100644
--- a/i18n-config.toml
+++ b/i18n-config.toml
@@ -15,3 +15,7 @@
 [[paths]]
   reference = "src/static/_locales/en/messages.json"
   l10n = "src/static/_locales/{android_locale}/messages.json"
+
+[[paths]]
+  reference = "cws/en/listing-description.lang"
+  l10n = "cws/{android_locale}/listing-description.lang"