Skip to content

Commit 45d5441

Browse files
committed
Completed the locale documentation
1 parent 850f8b9 commit 45d5441

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

src/mhahnFr/iSongs/core/locale/StringID.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919

2020
package mhahnFr.iSongs.core.locale;
2121

22+
/**
23+
* This enumeration contains the identifiers for the
24+
* string literals of this app.
25+
*
26+
* @author mhahnFr
27+
* @since 01.09.23
28+
*/
2229
public enum StringID {
2330
MAIN_CURRENT_TITLE,
2431
MAIN_LOADING,
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/*
2+
* iSongs-RadioText - Radio-text part of iSongs.
3+
*
4+
* Copyright (C) 2023 mhahnFr
5+
*
6+
* This file is part of the iSongs-RadioText. This program is free software:
7+
* you can redistribute it and/or modify it under the terms of the
8+
* GNU General Public License as published by the Free Software Foundation,
9+
* either version 3 of the License, or (at your option) any later version.
10+
*
11+
* This program is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License along with
17+
* this program, see the file LICENSE. If not, see <https://www.gnu.org/licenses/>.
18+
*/
19+
20+
/**
21+
* This package contains the translation related classes
22+
* of this app.
23+
*
24+
* @author mhahnFr
25+
* @since 01.09.23
26+
*/
27+
package mhahnFr.iSongs.core.locale;

0 commit comments

Comments
 (0)