Skip to content

Commit 849dd7f

Browse files
committed
Sync files from source repository
1 parent 7371329 commit 849dd7f

15 files changed

Lines changed: 19 additions & 15 deletions

ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| [Back to Home](index.md) | [Back to Applications](apps.md)
44
| --- | --- |
55

6-
#### Here are listed **88** programs and **0** items for this category.
6+
#### Here are listed **88** programs for this category.
77

88

99
<div id="app-search-box" style="margin: 1em 0;">

am2pla-site

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,11 @@ for category in $CATEGORIES; do
396396

397397
# Customize message for each category
398398
if [ -z "$CATEGORY_MSG" ]; then
399-
CATEGORY_MSG="programs and **$ITEMS_NUMBER** items for this category"
399+
if [ "$ITEMS_NUMBER" = 0 ]; then
400+
CATEGORY_MSG="programs for this category"
401+
else
402+
CATEGORY_MSG="programs and **$ITEMS_NUMBER** items for this category"
403+
fi
400404
fi
401405
if ! printf '%s\n' "$CATEGORY_MSG" | grep -q '\.$'; then
402406
CATEGORY_MSG="${CATEGORY_MSG}."

comic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| [Back to Home](index.md) | [Back to Applications](apps.md)
44
| --- | --- |
55

6-
#### Here are listed **42** programs and **0** items for this category.
6+
#### Here are listed **42** programs for this category.
77

88

99
<div id="app-search-box" style="margin: 1em 0;">

file-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| [Back to Home](index.md) | [Back to Applications](apps.md)
44
| --- | --- |
55

6-
#### Here are listed **25** programs and **0** items for this category.
6+
#### Here are listed **25** programs for this category.
77

88

99
<div id="app-search-box" style="margin: 1em 0;">

finance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| [Back to Home](index.md) | [Back to Applications](apps.md)
44
| --- | --- |
55

6-
#### Here are listed **65** programs and **0** items for this category.
6+
#### Here are listed **65** programs for this category.
77

88

99
<div id="app-search-box" style="margin: 1em 0;">

gnome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| [Back to Home](index.md) | [Back to Applications](apps.md)
44
| --- | --- |
55

6-
#### Here are listed **12** programs and **0** items for this category.
6+
#### Here are listed **12** programs for this category.
77

88

99
<div id="app-search-box" style="margin: 1em 0;">

graphic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| [Back to Home](index.md) | [Back to Applications](apps.md)
44
| --- | --- |
55

6-
#### Here are listed **135** programs and **0** items for this category.
6+
#### Here are listed **135** programs for this category.
77

88

99
<div id="app-search-box" style="margin: 1em 0;">

internet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| [Back to Home](index.md) | [Back to Applications](apps.md)
44
| --- | --- |
55

6-
#### Here are listed **191** programs and **0** items for this category.
6+
#### Here are listed **191** programs for this category.
77

88

99
<div id="app-search-box" style="margin: 1em 0;">

password.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| [Back to Home](index.md) | [Back to Applications](apps.md)
44
| --- | --- |
55

6-
#### Here are listed **18** programs and **0** items for this category.
6+
#### Here are listed **18** programs for this category.
77

88

99
<div id="app-search-box" style="margin: 1em 0;">

steam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| [Back to Home](index.md) | [Back to Applications](apps.md)
44
| --- | --- |
55

6-
#### Here are listed **16** programs and **0** items for this category.
6+
#### Here are listed **16** programs for this category.
77

88

99
<div id="app-search-box" style="margin: 1em 0;">

0 commit comments

Comments
 (0)