Skip to content

Commit 4482632

Browse files
authored
chore: create code commit (#1321)
* chore: create code commit * chore: adds title * chore: removes comments
1 parent dd19c8b commit 4482632

File tree

2 files changed

+45
-7
lines changed

2 files changed

+45
-7
lines changed

.github/workflows/codeql-analysis.yml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: "dhis2: codeQL"
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
# The branches below must be a subset of the branches above
8+
branches: [ master ]
9+
schedule:
10+
- cron: '15 0 * * 6'
11+
12+
jobs:
13+
analyze:
14+
name: Analyze
15+
runs-on: ubuntu-latest
16+
17+
strategy:
18+
fail-fast: false
19+
matrix:
20+
language: [ 'javascript' ]
21+
22+
steps:
23+
- name: Checkout repository
24+
uses: actions/checkout@v2
25+
26+
# Initializes the CodeQL tools for scanning.
27+
- name: Initialize CodeQL
28+
uses: github/codeql-action/init@v1
29+
with:
30+
languages: ${{ matrix.language }}
31+
# If you wish to specify custom queries, you can do so here or in a config file.
32+
# By default, queries listed here will override any specified in a config file.
33+
# Prefix the list here with "+" to use these queries and those in the config file.
34+
# queries: ./path/to/local/query, your-org/your-repo/queries@main
35+
36+
- name: Autobuild
37+
uses: github/codeql-action/autobuild@v1
38+
39+
- name: Perform CodeQL Analysis
40+
uses: github/codeql-action/analyze@v1

i18n/en.pot

+5-7
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ msgstr ""
55
"Content-Type: text/plain; charset=utf-8\n"
66
"Content-Transfer-Encoding: 8bit\n"
77
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
8-
"POT-Creation-Date: 2020-11-18T13:22:41.673Z\n"
9-
"PO-Revision-Date: 2020-11-18T13:22:41.673Z\n"
10-
"POT-Creation-Date: 2020-11-26T09:58:16.261Z\n"
11-
"PO-Revision-Date: 2020-11-26T09:58:16.261Z\n"
8+
"POT-Creation-Date: 2020-12-15T10:45:06.991Z\n"
9+
"PO-Revision-Date: 2020-12-15T10:45:06.991Z\n"
1210

1311
msgid "Choose one or more dates..."
1412
msgstr ""
@@ -664,9 +662,6 @@ msgstr ""
664662
msgid "Hide"
665663
msgstr ""
666664

667-
msgid "Save as new {{tetName}}"
668-
msgstr ""
669-
670665
msgid "Organisation Unit"
671666
msgstr ""
672667

@@ -773,6 +768,9 @@ msgstr ""
773768
msgid "Feedbacks"
774769
msgstr ""
775770

771+
msgid "Save as new"
772+
msgstr ""
773+
776774
msgid "You dont have access to delete this relationship"
777775
msgstr ""
778776

0 commit comments

Comments
 (0)