Cleaning up dependency on languages repository
This commit is contained in:
parent
7340b7ff3f
commit
4863f4c520
2 changed files with 2 additions and 9 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -14,12 +14,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: Vitro
|
path: Vitro
|
||||||
|
|
||||||
- name: Checkout vitro languages
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
repository: vivo-project/Vitro-languages
|
|
||||||
path: Vitro-languages
|
|
||||||
|
|
||||||
- name: Maven Cache
|
- name: Maven Cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
@ -34,7 +28,5 @@ jobs:
|
||||||
|
|
||||||
- name: Maven Build
|
- name: Maven Build
|
||||||
run: |
|
run: |
|
||||||
cd ./Vitro-languages
|
|
||||||
mvn clean install
|
|
||||||
cd ../Vitro
|
cd ../Vitro
|
||||||
mvn clean install
|
mvn clean install
|
||||||
|
|
|
@ -167,7 +167,8 @@ proxy.eligibleTypeList = http://www.w3.org/2002/07/owl#Thing
|
||||||
#
|
#
|
||||||
# A list of supported languages or Locales that the user may choose to
|
# A list of supported languages or Locales that the user may choose to
|
||||||
# use instead of the one specified by the browser. The selected language(s)
|
# use instead of the one specified by the browser. The selected language(s)
|
||||||
# must exist in the Vitro-languages repository. This affects RDF data
|
# must exist in the list of property files in webapps or in the list of ttl
|
||||||
|
# files in interface-i18n directories within Vitro home. This affects RDF data
|
||||||
# retrieved from the model, if RDFService.languageFilter is true.
|
# retrieved from the model, if RDFService.languageFilter is true.
|
||||||
# This also affects the text of pages that have been modified to support
|
# This also affects the text of pages that have been modified to support
|
||||||
# multiple languages.
|
# multiple languages.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue