-
Notifications
You must be signed in to change notification settings - Fork 0
/
declension.properties
34 lines (25 loc) · 958 Bytes
/
declension.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
### declension.properties ###
# Settings for declension.jar
# Toggles printing the vocative case.
# Boolean. Default false.
print_vocatives=false
# Toggles printing the locative case.
# Boolean. Default false.
print_locatives=false
# Toggles a few debug messages.
# Boolean. Default false.
debug=false
# How many spaces between singular and plural when printing.
# When justification=true, plural is this many spaces from the longest singular.
# Byte (integer). Default 1. Must be from 0-127.
padding=1
# Toggles the justification of printing (everything is in neat columns)
# Boolean. Default true
columns=true
# Should this program be case-sensitive when determining declension, gender, etc.
# May break things since PUELLA will not be recognized as 1st if this is true (PUELLA ends in A not a)
# Boolean. Default false.
case_sensitive=false
# Do not touch. Used internally.
config_version=2
### This file must be named declension.properties. ###