Skip to content

Commit

Permalink
*6773* Locale files include iso639-3
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jul 15, 2011
1 parent 38a9288 commit 2336d72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions locale/en_US/locale.xml
Expand Up @@ -348,6 +348,7 @@ Your server currently supports mbstring: <strong>{$supportsMBString}</strong>]]>
<!-- Authorization -->
<message key="user.authorization.monographAuthor">You have been denied access because you do not seem to be the author of this monograph.</message>
<message key="user.authorization.monographReviewer">You have been denied access because you do not seem to be an assigned reviewer of this monograph.</message>
<message key="user.authorization.monographFile">You have been denied access to the specified monograph file.</message>
<message key="user.authorization.invalidMonograph">Invalid monograph or no monograph requested!</message>
<message key="user.authorization.invalidSeriesEditorSubmission">Invalid series editor submission or no series editor submission requested!</message>
<message key="user.authorization.noPress">No press in context!</message>
Expand Down
4 changes: 2 additions & 2 deletions registry/locales.xml
Expand Up @@ -15,6 +15,6 @@
<!DOCTYPE locales SYSTEM "../lib/pkp/dtd/locales.dtd">

<locales>
<locale key="en_US" complete="true" name="English" iso639-2b="eng" />
<locale key="te_ST" complete="false" name="Test Locale" iso639-2b="tst" />
<locale key="en_US" complete="true" name="English" iso639-2b="eng" iso639-3="eng" />
<locale key="te_ST" complete="false" name="Test Locale" iso639-2b="tst" iso639-3="tst" />
</locales>

0 comments on commit 2336d72

Please sign in to comment.