[formats]
# <name> = <example> [example...]

awk = %d
# https://www.gnu.org/software/gawk/manual/html_node/Printf.html

boost = %d
# http://www.boost.org/doc/libs/release/libs/format/doc/format.html

c = %d
# http://man7.org/linux/man-pages/man3/printf.3.html

csharp = {0}
# https://msdn.microsoft.com/library/txafckwd%28v=vs.110%29.aspx

elisp = %d
# https://www.gnu.org/software/emacs/manual/html_node/elisp/Formatting-Strings.html

gcc-internal = %d
# https://www.gnu.org/software/gettext/manual/html_node/gcc_002dinternal_002dformat.html

gfc-internal = %d
# https://www.gnu.org/software/gettext/manual/html_node/gfc_002dinternal_002dformat.html

java = {0}
# https://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html
# https://ssl.icu-project.org/apiref/icu4j/com/ibm/icu/text/MessageFormat.html

javascript = %d
# https://www.gnu.org/software/gettext/manual/html_node/javascript_002dformat.html
# https://nodejs.org/api/util.html#util_util_format_format

kde = %1
# https://techbase.kde.org/Development/Tutorials/Localization/i18n

kde-kuit = %1
# http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/prg_guide.html

librep = %d
# http://librep.sourceforge.net/librep-manual.html#Formatted%20Output

lisp = ~A
# http://www.lispworks.com/documentation/HyperSpec/Body/22_c.htm

lua = %d
# http://www.lua.org/manual/5.2/manual.html#pdf-string.format

objc = %d
# https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Strings/Articles/formatSpecifiers.html

object-pascal = %d
# https://www.freepascal.org/docs-html/rtl/sysutils/format.html

perl = %d
# http://perldoc.perl.org/functions/sprintf.html

perl-brace = {var}
# https://metacpan.org/pod/Locale::TextDomain

php = %d
# https://secure.php.net/manual/en/function.sprintf.php

python = %d
# https://docs.python.org/2/library/stdtypes.html#string-formatting-operations
# https://docs.python.org/3/library/stdtypes.html#old-string-formatting

python-brace = {0} {var}
# https://docs.python.org/2/library/string.html#formatstrings
# https://docs.python.org/3/library/string.html#formatstrings

qt = %1
# http://doc.qt.io/qt-5/qstring.html#arg

qt-plural = %n
# http://doc.qt.io/qt-5/i18n-source-translation.html#handling-plurals

scheme = ~A
# https://people.csail.mit.edu/jaffer/slib/Format-Specification.html

sh = $var
# https://www.gnu.org/software/gettext/manual/html_node/sh_002dformat.html

smalltalk = %1
# https://www.gnu.org/software/smalltalk/manual-base/html_node/CharacterArray_002dstring-processing.html

tcl = %d
# https://www.tcl.tk/man/tcl8.6/TclCmd/format.htm

ycp = %1
# https://doc.opensuse.org/projects/YaST/SLES11/tdg/sformat.html

# vim:ft=dosini
