diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 298b3feae..6deea7093 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,12 +14,6 @@ jobs: with: path: Vitro - - name: Checkout vitro languages - uses: actions/checkout@v3 - with: - repository: vivo-project/Vitro-languages - path: Vitro-languages - - name: Maven Cache uses: actions/cache@v2 with: @@ -34,7 +28,5 @@ jobs: - name: Maven Build run: | - cd ./Vitro-languages - mvn clean install cd ../Vitro mvn clean install diff --git a/home/src/main/resources/config/example.runtime.properties b/home/src/main/resources/config/example.runtime.properties index 612a1969e..989cf19e3 100644 --- a/home/src/main/resources/config/example.runtime.properties +++ b/home/src/main/resources/config/example.runtime.properties @@ -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 # 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. # This also affects the text of pages that have been modified to support # multiple languages.