Skip to content

Commit

Permalink
v 2.5.2
Browse files Browse the repository at this point in the history
- Update github workflows.
- Add DE translation.
  • Loading branch information
Darklg committed Feb 29, 2024
1 parent daffa15 commit a74bacc
Show file tree
Hide file tree
Showing 7 changed files with 491 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: PHP Lint
uses: michaelw90/[email protected]
2 changes: 1 addition & 1 deletion inc/widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function form($instance) {
$text = !empty($instance['text']) ? $instance['text'] : '';
?>
<p>
<label for="<?php echo esc_attr($this->get_field_id('text')); ?>"><?php esc_attr_e('Texte:', 'wpunewsletter');?></label>
<label for="<?php echo esc_attr($this->get_field_id('text')); ?>"><?php esc_attr_e('Text:', 'wpunewsletter');?></label>
<input class="widefat" id="<?php echo esc_attr($this->get_field_id('text')); ?>" name="<?php echo esc_attr($this->get_field_name('text')); ?>" type="text" value="<?php echo esc_attr($text); ?>">
</p>
<?php
Expand Down
Binary file added lang/wpunewsletter-de_DE.mo
Binary file not shown.
Loading

0 comments on commit a74bacc

Please sign in to comment.