**Feature summary**:
Add new translation strings to [[https://www.mediawiki.org/wiki/Extension:WikimediaMessages|Extension:WikimediaMessages]] for Tech News
**Use case**:
We would like to reduce the effort needed from translators, by adding a few of the default strings that are used //every week// within the Tech News newsletter.
**Details**:
Specifically, we'd want to include entries for these strings:
(A) Easy - Static strings:
* `Recent changes`
* `Problems`
* `Changes later this week`
* `Future changes`
* `Recurrent item`
* `Advanced item`
(B) Harder? - Strings that contain //1 variable// each week, for the issue-number/page-name (`2021/33` in this case):
//(I don't know if/how we could handle these automagically?)//
* `Latest '''[[<tvar name="technews">m:Special:MyLanguage/Tech/News</tvar>|tech news]]''' from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. [[<tvar name="more-transl">m:Special:MyLanguage/Tech/News/2021/33</tvar>|Translations]] are available.`
* `'''''[[<tvar name="technews">m:Special:MyLanguage/Tech/News</tvar>|Tech news]]''' prepared by [[<tvar name="ambassadors">m:Special:MyLanguage/Tech/News/Writers</tvar>|Tech News writers]] and posted by [[<tvar name="bot">m:Special:MyLanguage/User:MediaWiki message delivery</tvar>|bot]] • [[<tvar name="contribute">m:Special:MyLanguage/Tech/News#contribute</tvar>|Contribute]] • [[<tvar name="translate">m:Special:MyLanguage/Tech/News/2021/33</tvar>|Translate]] • [[<tvar name="tech">m:Tech</tvar>|Get help]] • [[<tvar name="talk">m:Talk:Tech/News</tvar>|Give feedback]] • [[<tvar name="list">m:Global message delivery/Targets/Tech ambassadors</tvar>|Subscribe or unsubscribe]].''`
**Example problem**:
* Here is [[https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Tech%2FNews%2F2021%2F26&language=eo&action=page&filter=|a link to an old issue]], showing what an un-started translation involves. 5 of those short strings never change, and the 2 longer strings never change from their perspective. It takes time for the translators to click through the translation-memory process each week.
**Technical context**:
* Currently we use `action=edit&preload=...` together with https://meta.wikimedia.org/wiki/Tech/News/init to generate the "next" week's empty edition.
**Unknowns**:
* Location in extension: I don't know if these new strings would belong in a new `i18n/...` subfolder, or within an existing one such as `.../temporary` (i.e. the [[https://github.com/wikimedia/mediawiki-extensions-WikimediaMessages/blob/master/i18n/temporary/en.json|existing temporary folder]])
* Use-cases beyond TechNews - When deciding where to store these, we might want to consider other potential frequent-translation-strings? I.e. Perhaps keep the folder-name somewhat broad/generic.