[Zotero 7] change default insertions in custom filename format
Excellent work on Z7. This is really an industry-leading product.
In Z7, the `et al.` (note the period) added with `firstCreator` appears immutable---can't insert `_` between et al. or cut the period `.` I kludged together a conditional workaround, but I don't think the feature is equipped for it, e.g.
```
{{ if authors > "2" }}{{ authors max = "2" suffix = "_"}}et al{{ else }}{{ authors suffix = "_" }}{{ year suffix="_" }}{{ title }}
```
Is there any way to change the default `et al.` or is that baked in (I'm guessing in chrome/locale/en-US/zotero/zotero.properties)?
In Z7, the `et al.` (note the period) added with `firstCreator` appears immutable---can't insert `_` between et al. or cut the period `.` I kludged together a conditional workaround, but I don't think the feature is equipped for it, e.g.
```
{{ if authors > "2" }}{{ authors max = "2" suffix = "_"}}et al{{ else }}{{ authors suffix = "_" }}{{ year suffix="_" }}{{ title }}
```
Is there any way to change the default `et al.` or is that baked in (I'm guessing in chrome/locale/en-US/zotero/zotero.properties)?
firstCreator
is localized from https://github.com/zotero/zotero/blob/009a2ca38abee81eec7e0bdf9d962b07c8c653d7/chrome/locale/en-US/zotero/zotero.properties#L39