Skip to content

Commit

Permalink
Fix rtl tool usage + add test po
Browse files Browse the repository at this point in the history
  • Loading branch information
mtimoustafa committed May 5, 2024
1 parent 22e5ed0 commit 2a35483
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/update-output-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,18 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: translation-output
path: output
path: raw-output
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.1'
- name: Reverse Arabic strings
run: ruby reverse_rtl_text.rb output/
- name: Contextualize Arabic strings
run: ruby contextualize_arabic_letters.rb output/
bundler-cache: true
- name: Fix Arabic strings
name: ./build-arabic.sh raw-output/ fixed-output/
- name: Archive fixed output files as artifacts
uses: actions/upload-artifact@v4
with:
name: translation-output-fixed
path: output
path: fixed-output/



Expand Down
1 change: 0 additions & 1 deletion po/Keyed/Alerts.xml.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"

#: compendium:4
#, fuzzy
msgctxt "ClickToJumpToProblem"
msgid "Click to jump to problem"
msgstr "ﺔﻠﻜﺸﻤﻟﺍ ﻰﻟﺇ ﻝﺎﻘﺘﻧﻼﻟ ﺮﻘﻧﺍ"
Expand Down

0 comments on commit 2a35483

Please sign in to comment.