Compare commits
	
		
			2 Commits
		
	
	
		
			fix-bottom
			...
			e7b0e6b35d
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| e7b0e6b35d | |||
| 0694931d2d | 
| @@ -11,7 +11,7 @@ jobs: | ||||
|           fetch-depth: 0 | ||||
|       - name: "Check android app changes" | ||||
|         id: check-android-changes | ||||
|         uses: tj-actions/changed-files@v45 | ||||
|         uses: tj-actions/changed-files@v46 | ||||
|         with: | ||||
|           files: | | ||||
|             androidApp/src/** | ||||
|   | ||||
| @@ -31,8 +31,9 @@ jobs: | ||||
|           fetch-depth: 0 | ||||
|       - name: "Check translations changes" | ||||
|         id: check-translations-changes | ||||
|         uses: tj-actions/changed-files@v45 | ||||
|         uses: tj-actions/changed-files@v46 | ||||
|         with: | ||||
|           base_sha: ${{ github.event.pull_request.base.sha }} | ||||
|           files: | | ||||
|             androidApp/src/main/res/values/strings.xml | ||||
|       - name: upload translation sources | ||||
|   | ||||
| @@ -3,6 +3,7 @@ | ||||
|     <string name="title_activity_login">"Log in"</string> | ||||
|     <string name="prompt_password">"Password"</string> | ||||
|     <string name="action_sign_in">"Go"</string> | ||||
|     <string name="action_sign_inn">"Go"</string> | ||||
|     <string name="error_invalid_password">"Password not long enough"</string> | ||||
|     <string name="error_field_required">"Field required"</string> | ||||
|     <string name="prompt_url">"Url"</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user