64cd51667d
Add String formatting by extending the String object with a format method. Now we can do stuff like "Text: %s, %d".format(somevar, 5) This is required for proper translation of some strings. https://bugzilla.gnome.org/show_bug.cgi?id=595661
6 lines
83 B
Makefile
6 lines
83 B
Makefile
jsmiscdir = $(pkgdatadir)/js/misc
|
|
|
|
dist_jsmisc_DATA = \
|
|
docInfo.js \
|
|
format.js
|