Update paths for Mozilla Fluent files

Follow-up to zotero/zotero-standalone-build@600b35d
This commit is contained in:
Dan Stillman 2022-09-15 18:38:17 -04:00
parent dda60995a3
commit acc4d2a81b
3 changed files with 6 additions and 6 deletions

View file

@ -45,8 +45,8 @@
xmlns:html="http://www.w3.org/1999/xhtml"
style="display: flex;">
<html:link rel="localization" href="zotero/menubar.ftl"/>
<html:link rel="localization" href="zotero/textActions.ftl"/>
<html:link rel="localization" href="mozilla/menubar.ftl"/>
<html:link rel="localization" href="mozilla/textActions.ftl"/>
<script>
var {Services} = ChromeUtils.import("resource://gre/modules/Services.jsm");

View file

@ -21,8 +21,8 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
>
<html:link rel="localization" href="zotero/menubar.ftl"/>
<html:link rel="localization" href="zotero/textActions.ftl"/>
<html:link rel="localization" href="mozilla/menubar.ftl"/>
<html:link rel="localization" href="mozilla/textActions.ftl"/>
<script type="application/javascript">
var { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm");

View file

@ -57,8 +57,8 @@
<html:link rel="localization" href="branding/brand.ftl"/>
<html:link rel="localization" href="zotero/menubar.ftl"/>
<html:link rel="localization" href="zotero/textActions.ftl"/>
<html:link rel="localization" href="mozilla/menubar.ftl"/>
<html:link rel="localization" href="mozilla/textActions.ftl"/>
<script>
var {Services} = ChromeUtils.import("resource://gre/modules/Services.jsm");