From d7892c2f7fb246da7dfb54ca6bde1b053951dc7d Mon Sep 17 00:00:00 2001
From: Jen Fong-Adwent ;@WzWQ!;v$dUO-vAK!BSa)$a;VXSh<**4>G$1Nd7vhT@i
z2wu$iel+Fe!)^#cqvfpKV_Qu0LLg{nt-L#{u4%T)pJ6LqIdz3MQSt?&^&;eLU8jWf
zG?m7)7VZ!0t2$ju0Zn+>QG0q2h|cRO+1G5bqhSNs22gs29tNh<@b2f$X1_N6e*1<~
zqgZPLB}GOT+qeM~#*G}A0nB7SJA3)y|0fpcDs&aTxFOrPy$&?o0jOT<-@0+**Jk|t
zmGc^r@%@JQZ-=y^e+PeEF^w1Po>GdkHLnquM1ueN=hL6k|F;KVG5;IOpGEu0{dzF?
zKdCO|Yku+5JbH5?%OpY-6MxpHV~?-1?RQmY`Iy@ROn(Wy^5N4B7r&?WU%rd(fla@G
lBL5EjyXMN@HUAF&H?#i)a=L%uq=Si*=XLfTC7SC%ZHqHNI}
z`&d$;u7nC%#uBnGSxWZ#&WLiKZuk3rp5OEQ&L5xW{eGWwUgx~e`z#+u8>1K4t>cSx
z0swt|8DJ~$ofzW)Set@z^#j-dPUi6m0ATcT$hwfpL^UYX-Amry(Zc~NkMSTteeH=*
zn7jfMII8JOw8yw&$>I)JXPmnR
+ {%- trans %} + General Notes is a simple note app that allows you to sync local + and remote content. + {% endtrans -%} +
{% endblock %} diff --git a/mkt/ecosystem/templates/ecosystem/macros.html b/mkt/ecosystem/templates/ecosystem/macros.html index 54104c0392..0ead03fbfb 100644 --- a/mkt/ecosystem/templates/ecosystem/macros.html +++ b/mkt/ecosystem/templates/ecosystem/macros.html @@ -122,6 +122,14 @@ {% endif %}> {{- _('Webfighter') }} ++ {% trans %} + Stores local and remote notes on the client side. + {% endtrans %} +
++ {% trans %} + Enables the page and functionality to work offline. + {% endtrans %} +
++ {% trans %} + Both server and client code are written in JavaScript. + {% endtrans %} +
++ {% trans %} + A key-value store that contains all the server notes. + {% endtrans %} +
++ {% trans %} + Uses jQuery to simplify common tasks such as DOM manipulation. + {% endtrans %} +
++ {% trans %} + Uses RequireJS to split JavaScript code into more easily + maintainable modules. + {% endtrans %} +
+