aptiva / activerecord

An objective-C implementation of ActiveRecord

This URL has Read+Write access

aptiva (author)
Wed May 20 09:07:33 -0700 2009
commit  a34fc1311a9172c389cbb9989cd331fc19e51045
tree    b1146fea0b6c9932b15ce3892650e0efc303e1e0
parent  826d708564c292dbddc7be0225439288141eb211
activerecord / English.lproj / irregulars.plist
100644 47 lines (46 sloc) 0.988 kb
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>pattern</key>
<string>move</string>
<key>replacement</key>
<string>moves</string>
<key>type</key>
<string>irregular</string>
</dict>
<dict>
<key>pattern</key>
<string>sex</string>
<key>replacement</key>
<string>sexes</string>
<key>type</key>
<string>irregular</string>
</dict>
<dict>
<key>pattern</key>
<string>child</string>
<key>replacement</key>
<string>children</string>
<key>type</key>
<string>irregular</string>
</dict>
<dict>
<key>pattern</key>
<string>man</string>
<key>replacement</key>
<string>men</string>
<key>type</key>
<string>irregular</string>
</dict>
<dict>
<key>pattern</key>
<string>person</string>
<key>replacement</key>
<string>people</string>
<key>type</key>
<string>irregular</string>
</dict>
</array>
</plist>