File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77// See http://www.apache.org/licenses/LICENSE-2.0 for license information.
88//=----------------------------------------------------------------------------=
99
10- //* ============================================================================*
11- // MARK: * Locales
12- //* ============================================================================*
10+ //=----------------------------------------------------------------------------=
11+ // MARK: Locales
12+ //=----------------------------------------------------------------------------=
1313
1414public let en_US = Locale ( identifier: " en_US " )
1515public let sv_SE = Locale ( identifier: " sv_SE " )
1616
17- //* ============================================================================*
18- // MARK: * Strings
19- //* ============================================================================*
17+ //=----------------------------------------------------------------------------=
18+ // MARK: Strings
19+ //=----------------------------------------------------------------------------=
2020
2121public let alphabet = " ABCDEFGHIJJKLMNOPQRSTUVWXYZ "
2222public let alphabet10 = String ( repeating: alphabet, count: 10 )
You can’t perform that action at this time.
0 commit comments