[status-site/main] Bug 7: Remove our cstate fork

commit fdd95b32b906b130658b8f680735f129c34b3db3 Author: Georg Koppen <gk@torproject.org> Date: Sat Jun 12 19:31:17 2021 +0000 Bug 7: Remove our cstate fork We can actually overlay the i18n folder, too, and just add our own new strings there. Thus, no need to maintain a cstate fork or bother upstream with adding strings only we need. Closes: #7. --- i18n/en.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..cfc9501 --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,7 @@ +# English language file for cState - custom Tor Project strings +- id: thisIsOngoing + translation: Ongoing +- id: thisIsNone + translation: None +- id: experimentOngoing + translation: This experiment is still ongoing
participants (1)
-
gk@torproject.org