PHP Classes

File: examples/lang2/es.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   examples/lang2/es.php   Download  
File: examples/lang2/es.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 examples/lang2/es.php
Date: 3 years ago
Size: 259 bytes
 

Contents

Class file image Download
<?php

use eftec\bladeone\BladeOneLang;

/**
 * @see \$blade is defined on /BladeOne/examples/testlang.php
 */
$blade::$dictionary=array(
   
'Hat'=>'Sombrero'
   
,'Cat'=>'Gato'
   
,'Cats'=>'Gatos' // plural
   
,'%s is a nice cat'=>'%s es un buen gato'
);