forked from artyom-beilis/cppcms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added better support of gettext domains, testing is still required
- Loading branch information
1 parent
e2585e5
commit 7dc0736
Showing
6 changed files
with
122 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
<% c++ #include "tc_sep_skin.h" %> | ||
<% domain plugin %> | ||
<% skin plugin2 %> | ||
<% view master_plugin uses data::master extends tc_skin::master_api2 %> | ||
<% template call() %>Plugin2: <% include f1() %><% end %> | ||
<% end view %> | ||
|
||
<% view msg uses data::helper extends tc_skin::message_base %> | ||
<% template render() %><% include f1() %>; <% gt "translate me" %>; <% include f1() %><% end %> | ||
<% end view %> | ||
|
||
<% end skin %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters