mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 08:50:24 +00:00
wmlxgettext: plural forms: retyped another comment
This commit is contained in:
parent
f41a3aa4ae
commit
5b68df53ea
@ -3,9 +3,9 @@ import re
|
||||
|
||||
|
||||
# PoCommentedStringPL represents a 'plural' form of a PoCommentedString or a
|
||||
# WmlNode. Currently PoCommentedStringPL is currently used only within
|
||||
# PoCommentedString, becouse translation plural forms, in wesnoth, are
|
||||
# currently supported only on lua code
|
||||
# WmlNode. Currently PoCommentedStringPL is actually used only within
|
||||
# PoCommentedString
|
||||
# (until wesnoth supports plural forms only on lua code)
|
||||
class PoCommentedStringPL:
|
||||
def __init__(self, value, *, ismultiline=False):
|
||||
self.value = value
|
||||
|
Loading…
x
Reference in New Issue
Block a user