PHP Classes

File: tests/lang/jp.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   tests/lang/jp.php   Download  
File: tests/lang/jp.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BladeOne
Standalone template engine that compiles into PHP
Author: By
Last change: Update of tests/lang/jp.php
Date: 3 years ago
Size: 262 bytes
 

Contents

Class file image Download
<?php

/**
 * @see \$blade is defined on /BladeOne/examples/testlang.php
 */
$blade::$dictionary=[
   
'Hat'=>'帽子'
   
,'Cat'=>'ネコ' // Neko is japanese for cat japanese.
   
,'Cats'=>'猫' // plural
   
,'%s is a nice cat'=>'%sは素敵な猫です'

];