Skip to content

Commit

Permalink
Update translation (#6896)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael18811380328 authored Oct 14, 2024
1 parent e46192e commit 78e5eaa
Show file tree
Hide file tree
Showing 74 changed files with 22,859 additions and 17,417 deletions.
4 changes: 1 addition & 3 deletions frontend/src/components/wiki-card-view/wiki-card-item.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,7 @@ class WikiCardItem extends Component {
</div>
<div className="wiki-item-bottom">
{moment(wiki.updated_at).fromNow()}
{wiki.is_published &&
<span>{gettext('published')}</span>
}
{wiki.is_published && <span>{gettext('Published')}</span>}
</div>
</div>
{this.state.isShowDeleteDialog &&
Expand Down
243 changes: 124 additions & 119 deletions locale/ar/LC_MESSAGES/django.po

Large diffs are not rendered by default.

889 changes: 509 additions & 380 deletions locale/ar/LC_MESSAGES/djangojs.po

Large diffs are not rendered by default.

Loading

0 comments on commit 78e5eaa

Please sign in to comment.