Overview
| Comment: | [build][fr] revert string format for Python |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | fr | build | FixWebext |
| Files: | files | file ages | folders |
| SHA3-256: |
47b9222f8ad68af060951bd840cce081 |
| User & Date: | olr on 2017-10-28 07:06:23 |
| Other Links: | branch diff | manifest | tags |
Context
|
2017-10-28
| ||
| 07:11 | [fx] menu close button: size doesn’t look good on Firefox check-in: 1617b4806b user: olr tags: fx, FixWebext | |
| 07:06 | [build][fr] revert string format for Python check-in: 47b9222f8a user: olr tags: fr, build, FixWebext | |
| 06:57 | [fx] fix menu button size check-in: 625b15ea09 user: olr tags: fx, FixWebext | |
Changes
Modified gc_lang/fr/build.py from [b7f960ec85] to [e6bfac7235].
| ︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | - + - + |
os.system("web-ext build")
def _createOptionsForWebExtension (dVars):
sHTML = ""
sLang = dVars['sDefaultUILang']
for sSection, lOpt in dVars['lStructOpt']:
|
| ︙ |