Skip to content

Commit

Permalink
NEW: Add Translation Starter Template
Browse files Browse the repository at this point in the history
- #12 Translate Plugin
  • Loading branch information
aljawaid committed Jan 17, 2023
1 parent 2c3fa58 commit 7725515
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Locale/translations-starter-template.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!-- REMOVE THIS SECTION -->
<!-- ------------------- -->
<!-- TEMPLATE FILE FOR LOCAL TRANSLATIONS - KEEP FILENAME IN LOWERCASE AS translations.php UNDER LANGUAGE CODE -->
<!-- EXAMPLE FILE: /Locale/en_GB/translations.php -->
<!-- EXAMPLE FILE: /Locale/en_US/translations.php -->
<!-- EXAMPLE FILE: /Locale/fr_FR/translations.php -->
<!-- EXAMPLE FILE: /Locale/de_DE/translations.php -->
<!-- ------------------- -->
<!-- REMOVE THIS SECTION -->
<?php
return array(
//
// GENERAL
//
'' => '',
);
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Translations
- German (Standard, Formal)
- German (Standard, Informal)
- _Contributors welcome_
- _Starter template available_


Authors & Contributors
Expand Down

0 comments on commit 7725515

Please sign in to comment.