Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
a8ae0ee2
Commit
a8ae0ee2
authored
Oct 06, 2004
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enabled i18n namespace for XML mode
parent
ad4bdf06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
lib/python/TAL/TALParser.py
lib/python/TAL/TALParser.py
+0
-1
No files found.
lib/python/TAL/TALParser.py
View file @
a8ae0ee2
...
@@ -80,7 +80,6 @@ class TALParser(XMLParser):
...
@@ -80,7 +80,6 @@ class TALParser(XMLParser):
taldict
[
keybase
]
=
value
taldict
[
keybase
]
=
value
item
=
item
+
(
"tal"
,)
item
=
item
+
(
"tal"
,)
elif
ns
==
'i18n'
:
elif
ns
==
'i18n'
:
assert
0
,
"dealing with i18n: "
+
`(keybase, value)`
i18ndict
[
keybase
]
=
value
i18ndict
[
keybase
]
=
value
item
=
item
+
(
'i18n'
,)
item
=
item
+
(
'i18n'
,)
fixedattrlist
.
append
(
item
)
fixedattrlist
.
append
(
item
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment